From db36256975de81017ed4cf7d5015a1069a27e268 Mon Sep 17 00:00:00 2001 From: Oliver Facklam <oliver.facklam@polytechnique.edu> Date: Sun, 3 Mar 2019 00:26:52 +0100 Subject: [PATCH] Modify .env_dist --- .env_dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env_dist b/.env_dist index f79e0a2..77eb68f 100644 --- a/.env_dist +++ b/.env_dist @@ -6,7 +6,8 @@ TARGET_ENV=development PORT=3000 DB_USER=sigma DB_PASSWD=sigmapw -DB_HOST=129.201.104.10 +DB_HOST=localhost +#DB_HOST=129.201.104.10 # for remote database #DB_HOST=127.0.0.1 # for devs using a port forwarding FRONTEND_SERVER_URL=http://localhost:8888 #LDAP_URI= (loaded from ldap_config.json!) -- GitLab