diff --git a/.env b/.env new file mode 100644 index 0000000000000000000000000000000000000000..73d8c22fb7cdc37dccdea8ba2549276b0703b5d6 --- /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