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

.env recovered from previous master 1dc6dc

parent e7adf4c6
No related branches found
No related tags found
No related merge requests found
.env 0 → 100644
# storage API port
STORAGE_PORT=8081
# 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 with ports
DATA_DIR = "/storage/app/data"
HOST_DATA_DIR = "../storage_data"
TS_URL = "http://ts:8082"
DSS_URL = "http://dss:5003"
DEXI_DIR = "/storage/app/dexi"
# city - one of "bilbao", "amsterdam", "messina", "helsinki"
URBANITE_CITY="amsterdam"
DEVELOPMENT=True
\ No newline at end of file
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