Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/commit/85f05cf163f8235692fcee920309273bcad0e55d?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius 2 years ago
parent c31727dcf8
commit 85f05cf163
  1. 2
      scripts/start.sh

@ -1,5 +1,7 @@
#!/bin/sh
export DB_HOST=127.0.0.1
export DB_PORT=9995
export APP_PORT=9994
./authService
Loading…
Cancel
Save