forked from 3dbionotes-community/3DBIONOTES
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.sample
More file actions
34 lines (29 loc) · 884 Bytes
/
.env.sample
File metadata and controls
34 lines (29 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Environment Variables for 3DBioNotes
# Adapt them to your environment
IMAGE_NAME=bcu/bionotes-dev
APP_EXT_PORT=9000
PMA_EXT_PORT=9001 # PHPMyAdmin - (Disabled in prod env)
DB_HOST=db
DB_PORT=3306
DB_NAME=bionotes
DB_USER=user
DB_PASSWD=passwd.change.me
# Production / Staging related variables
# Note: For production/staging environments a set of directories are expected in order to run the application.
# -- Simplified DIR structure --
# /root_dir/
# - apps/
# - bionotes/ <--- this is the app source code
# - databases/
# - UNIPROT/
# - BLAST/
# - ENSEMBL/
# ...
# - tools/
# BWS_API_PORT=9002
# LRS_API_PORT=9003
# ROOT_BASE_PATH=/root_dir/
# APP_BASE_PATH=/root_dir/apps/bionotes # 3DBIONOTES repository '.'
# APP_DATABASES_PATH=/root_dir/databases
# BLAST_BIN=/root_dir/tools/ncbi-blast
# BLAST_DATABASE=/root_dir/databases/UNIPROT/blast