diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 4f74b03..d40387d 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,6 +1,8 @@ # Настройки API -api-url: "http://localhost:8000/api/events" -commands-url: "http://localhost:8000/api/commands" +api-base: "http://localhost:3001" +api-url: "http://localhost:3001/api/server/events" +commands-url: "http://localhost:3001/api/server/commands" +inventory-requests-url: "http://localhost:3001/api/server/inventory/requests" # IP сервера (оставьте пустым для автоматического определения) -server-ip: "" \ No newline at end of file +server-ip: "survival.hub.popa-popa.ru" \ No newline at end of file