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