2019-11-25 22:27:47 +01:00
|
|
|
# This is an example configuration for the .env file
|
|
|
|
|
# You need to create the .env file yourself
|
|
|
|
|
# For more information check out this page:
|
|
|
|
|
# https://github.com/riggraz/astuto/wiki/Required-environment-variables
|
|
|
|
|
|
2019-11-24 18:40:08 +01:00
|
|
|
ENVIRONMENT=production
|
|
|
|
|
SECRET_KEY_BASE=secretkeybasehere
|
2019-09-23 12:14:35 +02:00
|
|
|
|
2019-11-24 18:40:08 +01:00
|
|
|
POSTGRES_USER=yourusernamehere
|
|
|
|
|
POSTGRES_PASSWORD=yourpasswordhere
|
2019-09-23 12:14:35 +02:00
|
|
|
|
2019-11-25 22:27:47 +01:00
|
|
|
APP_NAME=You App Name Here
|
2019-11-24 18:40:08 +01:00
|
|
|
SHOW_LOGO=yes
|
2019-09-24 18:57:42 +02:00
|
|
|
POSTS_PER_PAGE=15
|
2019-09-23 15:52:00 +02:00
|
|
|
|
2019-11-24 18:40:08 +01:00
|
|
|
EMAIL_CONFIRMATION=no
|