From 8907ffeb51c9db31eb81ed6ddfbe7a7a5f28d397 Mon Sep 17 00:00:00 2001 From: DIKER0K Date: Sun, 7 Dec 2025 16:11:21 +0500 Subject: [PATCH] update config.yml --- src/main/resources/config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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