From 9f0ba90cd0828da5ad610a12d4689dc64792abf7 Mon Sep 17 00:00:00 2001 From: zeus Date: Sun, 21 Nov 2021 23:22:17 +0200 Subject: [PATCH] edit env --- dummyservice/start-server.sh | 1 + playground-client/.env | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dummyservice/start-server.sh b/dummyservice/start-server.sh index c98afba..b35ea0c 100755 --- a/dummyservice/start-server.sh +++ b/dummyservice/start-server.sh @@ -4,5 +4,6 @@ BASEDIR=$(dirname $0) cd $BASEDIR +nohup /usr/lib/ruby/gems/2.7.0/gems/fluentd-1.14.2/bin/fluentd -c /fluentd/etc/fluent.conf -vv /dev/null 2>&1 & pm2-runtime dummyservice.config.js diff --git a/playground-client/.env b/playground-client/.env index d971873..02b28e7 100644 --- a/playground-client/.env +++ b/playground-client/.env @@ -1,4 +1,4 @@ NODE_ENV=development -VUE_APP_BASE_SERVER_URL=http://localhost:3000/ -VUE_APP_BASE_SERVER=localhost:3000 \ No newline at end of file +VUE_APP_BASE_SERVER_URL=http://readmongo.poc-datacollector_datacollector-net:3000/ +VUE_APP_BASE_SERVER=localhost:3000