Browse Source

edit env

master
zeus 3 years ago
parent
commit
9f0ba90cd0
  1. 1
      dummyservice/start-server.sh
  2. 4
      playground-client/.env

1
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 >/dev/null 2>&1 &
pm2-runtime dummyservice.config.js

4
playground-client/.env

@ -1,4 +1,4 @@
NODE_ENV=development
VUE_APP_BASE_SERVER_URL=http://localhost:3000/
VUE_APP_BASE_SERVER=localhost:3000
VUE_APP_BASE_SERVER_URL=http://readmongo.poc-datacollector_datacollector-net:3000/
VUE_APP_BASE_SERVER=localhost:3000

Loading…
Cancel
Save