diff --git a/.vscode/launch.json b/.vscode/launch.json index 2d6bda4..2dbdff6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,6 +17,7 @@ "SMTP_SENDER":"test3kbot@mail.ru", "SMTP_PASSWORD":"hwNhMgPyBzMjwCj3hFPp", "KAFKA_PORT":"9092", + "KAFKA_HOST":"37.143.12.169", }, "args": [] } diff --git a/scripts/start.sh b/scripts/start.sh index 358652c..3835a91 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -4,7 +4,8 @@ export SMTP_HOST=smtp.mail.ru export SMTP_PORT=587 export SMTP_SENDER=test3kbot@mail.ru export SMTP_PASSWORD=eBK5PnnYbNjFpadi8tbR -export KAFKA_HOST=127.0.0.1 +#export KAFKA_HOST=127.0.0.1 +export KAFKA_HOST=37.143.12.169 export KAFKA_PORT=9092 -./authPostmanService \ No newline at end of file +./authPostmanService