Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/5cdcccea9a126b2370c6779e9b19f8169fd1a73c/scripts/start.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/bin/sh
|
|
|
|
export APP_PORT=9995
|
|
export KAFKA_PORT=9092
|
|
export KAFKA_HOST=127.0.0.1
|
|
|
|
./authDBService |