Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authPostman/src/commit/d75e1d7fb2823d45b1a934abaa1fbb5c59917840/scripts/start.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/bin/sh
|
|
|
|
export SMTP_HOST=smtp.mail.ru
|
|
export SMTP_PORT=587
|
|
export SMTP_SENDER=test3kbotan@mail.ru
|
|
export SMTP_PASSWORD=vSJYfUbpamiUFkKx1DJA
|
|
export KAFKA_PORT=19092
|
|
export KAFKA_HOST=127.0.0.1
|
|
# export KAFKA_HOST=37.143.12.169
|
|
|
|
./authPostmanService
|
|
|