Skip to content
Snippets Groups Projects
Commit 1456b05a authored by Etxaniz Errazkin, Iñaki's avatar Etxaniz Errazkin, Iñaki
Browse files

.env recovered from previous master 7639a31

parent f196b0a5
No related branches found
No related tags found
No related merge requests found
.env 0 → 100644
# deployed in city
URBANITE_CITY="amsterdam"
# server settings
DSS_PORT=8083
FLASK_SECRET_KEY="secret"
FLASK_APP="app"
FLASK_ENV="development"
# postgres database
PG_PORT=5432
PG_USER="urbanite"
PG_PASSWORD="password"
PG_DB="urbanite"
PG_HOST="0.0.0.0"
FLASK_SECRET_KEY="secret"
# URLs of other components
TS_URL="http://ts:8082"
DSS_URL="http://dss:5003"
STORAGE_URL="http://storage:8081"
# points to host location of shared data folder
HOST_DATA_DIR=../storage_data
# do not chanbge
DATA_DIR=/dss/app/data
DEXI_DIR=/dss/app/app/dexi
ASSETS_DIR=/dss/app/assets
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment