Update .env

This commit is contained in:
Mauricio Siu 2024-11-28 23:44:12 -06:00 committed by GitHub
parent 086caf6d01
commit 944aa1baf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

1
.env
View File

@ -1,5 +1,4 @@
# DO NOT ADD SECRETS TO THIS FILE. This is a good place for defaults. # DO NOT ADD SECRETS TO THIS FILE. This is a good place for defaults.
# If you want to add secrets use `.env.production.local` instead, which is automatically detected by `docker compose`. # If you want to add secrets use `.env.production.local` instead, which is automatically detected by `docker compose`.
ENV_VARIABLE=production_server_only_variable ENV_VARIABLE=production_server_only_variable
NEXT_PUBLIC_ENV_VARIABLE=production_public_variable NEXT_PUBLIC_ENV_VARIABLE=production_public_variable