32 lines
643 B
Plaintext
32 lines
643 B
Plaintext
SECRET_KEY=123
|
|
RECAPTCHA_PUBLIC_KEY=456
|
|
RECAPTCHA_PRIVATE_KEY=789
|
|
|
|
SQL_HOST=db
|
|
SQL_PORT=5432
|
|
DATABASE=postgres
|
|
|
|
DATABASE_URL=postgresql://forest:forest123@db:5432/forest_prod
|
|
POSTGRES_USER=forest
|
|
POSTGRES_PASSWORD=forest123
|
|
POSTGRES_DB=forest_prod
|
|
|
|
PGADMIN_DEFAULT_EMAIL=mail@example.com
|
|
PGADMIN_DEFAULT_PASSWORD=hackme
|
|
|
|
GOOGLE_CLIENT_ID=changeme
|
|
GOOGLE_CLIENT_SECRET=changeme
|
|
GITHUB_CLIENT_ID=changeme
|
|
GITHUB_CLIENT_SECRET=changeme
|
|
|
|
MAIL_SENDER=mail@example.com
|
|
MAIL_SUBJECT_PREFIX=ForestNet
|
|
MAIL_SERVER=smtp.gmail.com
|
|
MAIL_USERNAME=admin@gmail.com
|
|
MAIL_PASSWORD=kur
|
|
MAIL_PORT=25
|
|
MAIL_USE_TLS=1
|
|
|
|
ADMIN_MAIL=mail@example.com
|
|
ITEMS_PER_PAGE=25
|