diff --git a/.vscode/launch.json b/.vscode/launch.json index 9fd477e..8c2c022 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" diff --git a/scripts/start.sh b/scripts/start.sh index 883c0a6..f818f9e 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -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