feat(auth): allow disabling built-in basic auth

This commit is contained in:
u1
2026-01-06 13:27:33 +01:00
parent ed37565e25
commit 8217bae067
2 changed files with 19 additions and 10 deletions

View File

@@ -18,3 +18,5 @@ npm run dev
docker build -t trade-frontend .
docker run --rm -p 8081:8081 trade-frontend
```
Jeśli auth jest realizowany przed aplikacją (np. Traefik `basicAuth`), ustaw `BASIC_AUTH_MODE=off`, żeby wyłączyć wbudowany basic auth w serwerze.