about summary refs log tree commit diff
path: root/initENV.sh
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-03-15 20:29:28 +0100
committerEmile <hanemile@protonmail.com>2019-03-15 20:29:28 +0100
commitf8cb2a4d3a5fdb56aeeeeb087afa939762637149 (patch)
tree249970605d6d04fa61da89abb94d68b507b8c467 /initENV.sh
parentef0beb88ead85c024fbc271962d0ffb0ec1e1e19 (diff)
created a simple frontend for the db-controller backend
Diffstat (limited to 'initENV.sh')
-rwxr-xr-xinitENV.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/initENV.sh b/initENV.sh
new file mode 100755
index 0000000..91d9998
--- /dev/null
+++ b/initENV.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+echo "Initialiazing the environment variables..."
+export DBURL="postgresql.docker.localhost"
+export DBUSER="postgres"
+export DBPASSWD=""
+export DBPORT="5432"
+export DBPROJECTNAME="postgres"
+echo "Done"