Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/commit/565110e82a1bd2d81087cb6808bbf721c380c4d3 You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius 3 years ago
parent 0bb0a4864e
commit 565110e82a
  1. 7
      scripts/start.sh

@ -0,0 +1,7 @@
#!/bin/sh
export APP_PORT=9995
export KAFKA_PORT=9092
export KAFKA_HOST=127.0.0.1
./authDBService
Loading…
Cancel
Save