From 55fe8ce8669b34a8ce3452fe7c1c102193be2e7f Mon Sep 17 00:00:00 2001 From: muken Date: Sun, 28 Jun 2026 14:48:10 +0000 Subject: [PATCH] Stop shipping a hardcoded localhost DATABASE_URL that overrides K8s secrets; add .env.example instead --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..70b9b4c --- /dev/null +++ b/.env.example @@ -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 \ No newline at end of file