From 252ba85fe67d62326a8eb8198e29ac7ab05e510e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Etxaniz?= <inaki.etxaniz@tecnalia.com> Date: Tue, 21 Mar 2023 20:29:20 +0100 Subject: [PATCH] .env recovered from previous master 1dc6dc --- .env | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..385757b --- /dev/null +++ b/.env @@ -0,0 +1,18 @@ +# 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 -- GitLab