From c11056f297392359d758296cf4fb26036fde9e62 Mon Sep 17 00:00:00 2001 From: Nehemiah Onyekachukwu Emmanuel Date: Mon, 12 Feb 2024 22:18:47 +0100 Subject: [PATCH] update env template --- .env.template | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index fa0fc09..8ea1222 100644 --- a/.env.template +++ b/.env.template @@ -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" \ No newline at end of file +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" \ No newline at end of file