mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
ENVIRONMENT="production"
|
|
SECRET_KEY_BASE="secretkeybasehere"
|
|
|
|
POSTGRES_USER="yourusernamehere"
|
|
POSTGRES_PASSWORD="yourpasswordhere"
|
|
|
|
APP_NAME="You App Name Here"
|
|
SHOW_LOGO="yes"
|
|
POSTS_PER_PAGE=15
|
|
|
|
EMAIL_CONFIRMATION="no" |