chore: document new configuration + add redis to docker compose

This commit is contained in:
mrjvs
2026-08-19 14:03:10 +02:00
parent 5a31197dcf
commit 316aedc69f
3 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ PN_WEBSITE_PUBLIC_BASE_URL=http://localhost:3000
PN_WEBSITE_PUBLIC_CDN_BASE_URL=http://pretendo.localhost:3902
PN_WEBSITE_PUBLIC_COOKIE_SECURE=false
PN_WEBSITE_PUBLIC_REDIRECT_HOSTS=localhost:3000
PN_WEBSITE_TRUST_PROXY=false
PN_WEBSITE_REDIS_URL=redis://localhost:6379
# Optional - Authentication
PN_WEBSITE_GRPC_HOST=localhost:8123