Stop shipping a hardcoded localhost DATABASE_URL that overrides K8s secrets; add .env.example instead
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
# Example local env. Copy to .env.local and fill values for local development.
|
||||||
|
# Values in Kubernetes are injected via secrets/environment; do not hardcode them here.
|
||||||
|
# DATABASE_URL should be provided in .env.local only.
|
||||||
|
# JWT_SECRET should be provided in .env.local only.
|
||||||
|
|
||||||
|
NEXT_PUBLIC_SITE_NAME=Hotel La Huasca
|
||||||
Reference in New Issue
Block a user