fix: listen on 127.0.0.1
Some checks failed
container-scan / Container Scan (pull_request) Successful in 3m46s
docker-build / docker (pull_request) Successful in 5m46s
tests / Tests (pull_request) Failing after 5m29s

This commit is contained in:
Dominik 2025-05-13 11:38:22 +02:00
parent 15c4f2fbde
commit 7f3153a32c
5 changed files with 16 additions and 10 deletions

View file

@ -1,6 +1,6 @@
AUTH_SECRET="auth_secret"
AUTH_URL="http://localhost:3000"
HOSTNAME=0.0.0.0
AUTH_URL="http://127.0.0.1:3000"
HOSTNAME="127.0.0.1"
DATABASE_URL="file:./dev.db"
AUTH_AUTHENTIK_ID="id"
AUTH_AUTHENTIK_ISSUER="issuer"