фиксы запуска

This commit is contained in:
Artem Tsyrulnikov
2026-01-06 12:38:49 +03:00
parent 592ade7dce
commit 52e65dff05
4 changed files with 57 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ func main() {
// Инициализация backend client
backendClient := backend.New(backend.Config{
BaseURL: "http://localhost:8000",
BaseURL: "http://backend:8000",
LoginURL: "https://unstabilising-lora-unframable.ngrok-free.dev/api/v1/auth/complete?token=",
})