From f8af7fe02ad0417ad9003f42a3b3d5ed310a4c98 Mon Sep 17 00:00:00 2001 From: riggraz Date: Sun, 24 Nov 2019 18:40:08 +0100 Subject: [PATCH] Remove quotation marks from .env-example --- .env-example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env-example b/.env-example index 530563ac..1a54dd60 100644 --- a/.env-example +++ b/.env-example @@ -1,11 +1,11 @@ -ENVIRONMENT="production" -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