Files
astuto/.env-example
Riccardo Graziosi 4c73b398e8 Add OAuth2 authentication (#147)
- Added Site settings > Authentication section
- Create/edit/delete your custom oauth2 configurations
- Login or signup with oauth2
2022-08-05 18:15:17 +02:00

13 lines
405 B
Plaintext

# 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
BASE_URL=http://feedback.yoursitename.com
ENVIRONMENT=production
SECRET_KEY_BASE=secretkeybasehere
POSTGRES_USER=yourusernamehere
POSTGRES_PASSWORD=yourpasswordhere
EMAIL_CONFIRMATION=false