Remove hardcoded localhost DATABASE_URL/JWT_SECRET from tracked .env to prevent overriding K8s secrets and triggering getaddrinfo ENOTFOUND lahuasca

This commit is contained in:
2026-06-28 14:48:37 +00:00
parent 55fe8ce866
commit c46dc826fb
+4 -2
View File
@@ -1,3 +1,5 @@
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/la_huasca
JWT_SECRET=your-jwt-secret-here
# Do not hardcode secret values here in production.
# In Kubernetes, DATABASE_URL and JWT_SECRET are injected from secrets.
# For local development, use an untracked .env.local.
NEXT_PUBLIC_SITE_NAME=Hotel La Huasca