slaventius 2 years ago
parent 07162e5cf2
commit 4a639c52e4
  1. 2
      .vscode/launch.json
  2. 2
      scripts/start.sh

@ -16,7 +16,7 @@
"KAFKA_HOST": "37.143.12.169",
// "SENTRY_DSN": "https://3f4b31dbbd9a4a6b8a71f9881d962f25@o4504654569799680.ingest.sentry.io/4504654572683264"
"ARANGO_PORT": "8530",
"ARANGO_HOST": "37.143.12.16",
"ARANGO_HOST": "37.143.12.169",
"ARANGO_USER": "root",
"ARANGO_PASSWORD": "dbpassword",
"MINUTES_REREGISTRATION": "2"

@ -5,7 +5,7 @@ export KAFKA_PORT=19092
export KAFKA_HOST=37.143.12.169
export SENTRY_DSN="https://3f4b31dbbd9a4a6b8a71f9881d962f25@o4504654569799680.ingest.sentry.io/4504654572683264"
export ARANGO_PORT=8530
export ARANGO_HOST=127.0.0.1
export ARANGO_HOST=37.143.12.169
export ARANGO_USER=root
export ARANGO_PASSWORD=dbpassword
export MINUTES_REREGISTRATION=2

Loading…
Cancel
Save