diff --git a/.vscode/launch.json b/.vscode/launch.json index 8c2c022..461e6c7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,7 +18,7 @@ "ARANGO_PORT": "8530", "ARANGO_HOST": "37.143.12.169", "ARANGO_USER": "root", - "ARANGO_PASSWORD": "dbpassword", + "ARANGO_PASSWORD": "W4y40I&Bc?0NXpQ", "MINUTES_REREGISTRATION": "2" }, "args": [] diff --git a/scripts/start.sh b/scripts/start.sh index f818f9e..4f584b9 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -7,7 +7,7 @@ export SENTRY_DSN="https://3f4b31dbbd9a4a6b8a71f9881d962f25@o4504654569799680.in export ARANGO_PORT=8530 export ARANGO_HOST=37.143.12.169 export ARANGO_USER=root -export ARANGO_PASSWORD=dbpassword +export ARANGO_PASSWORD=W4y40I&Bc?0NXpQ export MINUTES_REREGISTRATION=2 export APP=authDBService