Remove quotation marks from .env-example

This commit is contained in:
riggraz
2019-11-24 18:40:08 +01:00
parent 94a262ab6d
commit f8af7fe02a

View File

@@ -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"
EMAIL_CONFIRMATION=no