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