From dba8ce041dd26f54e6ca67e6fb6acf16e58afd4a 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:15:05 +0100 Subject: [PATCH] .env recovered from previous master cf1cf2c --- .env | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..ee8285b --- /dev/null +++ b/.env @@ -0,0 +1,27 @@ +# url of storage database +database_url=jdbc:postgresql://db:5432/urbanite + +# storage database login +database_username=urbanite +database_password=password + +# traffic simulation url and port +ts_url="http://ts" +ts_port=8082 + +# dss url and port +dss_url="http://dss" +dss_port=5003 + +# storage url, port and data directory +storage_url="http://storage" +storage_port=5001 + +# reference to folder on host that is shared among containers +host_data_dir="../storage_data" + +# target data dir, pointing to data dir in container +data_dir=/home/simserver/data + +# city deployed in +urbanite_city=messina -- GitLab