mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Remove quotation marks from .env-example
This commit is contained in:
12
.env-example
12
.env-example
@@ -1,11 +1,11 @@
|
|||||||
ENVIRONMENT="production"
|
ENVIRONMENT=production
|
||||||
SECRET_KEY_BASE="secretkeybasehere"
|
SECRET_KEY_BASE=secretkeybasehere
|
||||||
|
|
||||||
POSTGRES_USER="yourusernamehere"
|
POSTGRES_USER=yourusernamehere
|
||||||
POSTGRES_PASSWORD="yourpasswordhere"
|
POSTGRES_PASSWORD=yourpasswordhere
|
||||||
|
|
||||||
APP_NAME="You App Name Here"
|
APP_NAME="You App Name Here"
|
||||||
SHOW_LOGO="yes"
|
SHOW_LOGO=yes
|
||||||
POSTS_PER_PAGE=15
|
POSTS_PER_PAGE=15
|
||||||
|
|
||||||
EMAIL_CONFIRMATION="no"
|
EMAIL_CONFIRMATION=no
|
||||||
Reference in New Issue
Block a user