From 27b96598864aeee72a712d88b314bd95371c0cf4 Mon Sep 17 00:00:00 2001 From: riggraz Date: Wed, 16 Oct 2019 19:39:33 +0200 Subject: [PATCH] Change .env-example ENVIRONMENT to production --- .env-example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env-example b/.env-example index 109b5bc4..530563ac 100644 --- a/.env-example +++ b/.env-example @@ -1,11 +1,11 @@ -ENVIRONMENT=development -SECRET_KEY_BASE=secretkeybasehere +ENVIRONMENT="production" +SECRET_KEY_BASE="secretkeybasehere" -POSTGRES_USER=yourusernamehere -POSTGRES_PASSWORD=yourpasswordhere +POSTGRES_USER="yourusernamehere" +POSTGRES_PASSWORD="yourpasswordhere" APP_NAME="You App Name Here" -SHOW_LOGO=yes +SHOW_LOGO="yes" POSTS_PER_PAGE=15 -EMAIL_CONFIRMATION=no \ No newline at end of file +EMAIL_CONFIRMATION="no" \ No newline at end of file