Skip to content

Commit

Permalink
update env template
Browse files Browse the repository at this point in the history
  • Loading branch information
devgenix committed Feb 12, 2024
1 parent 0c5eb01 commit c11056f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
DJANGO_DEVELOPMENT="value" # dev, staging or production
DJANGO_ALLOWED_HOSTS="value" # comma separated list of allowed hosts
SECRET_KEY="some-secret-value"
CACHE_URL="value" # in the format of redis://:password@host:port/db_number
CLOUDINARY_CLOUD_NAME="value"
CLOUDINARY_API_KEY="value"
CLOUDINARY_API_SECRET="value"
CLOUDINARY_API_SECRET="value"
AUTHENTICATION_CODES="value" # comma separated list of authentication codes
DB_NAME="value"
DB_USER="value"
DB_PASSWORD="value"
DB_HOST="value"
DB_PORT="value"

0 comments on commit c11056f

Please sign in to comment.