mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Change .env-example ENVIRONMENT to production
This commit is contained in:
12
.env-example
12
.env-example
@@ -1,11 +1,11 @@
|
|||||||
ENVIRONMENT=development
|
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