From 1456b05a7bd7f52c9b6c298ff69c33c64d5ca641 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?I=C3=B1aki=20Etxaniz?= <inaki.etxaniz@tecnalia.com>
Date: Tue, 21 Mar 2023 17:54:59 +0100
Subject: [PATCH] .env recovered from previous master 7639a31

---
 .env | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 .env

diff --git a/.env b/.env
new file mode 100644
index 0000000..73d8c22
--- /dev/null
+++ b/.env
@@ -0,0 +1,29 @@
+# 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
-- 
GitLab