From f8cb2a4d3a5fdb56aeeeeb087afa939762637149 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 15 Mar 2019 20:29:28 +0100 Subject: created a simple frontend for the db-controller backend --- initENV.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 initENV.sh (limited to 'initENV.sh') 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" -- cgit 1.4.1