Email Backend

This commit is contained in:
gw3000 2023-07-30 19:25:49 +02:00
parent 63d52c7bf9
commit 9e01650cbf
2 changed files with 27 additions and 14 deletions

View file

@ -1,26 +1,25 @@
# APP URL
APP_URL='http://django.localhost'
APP_URL='http://fbf.localhost'
# Allowed Hosts
ALLOWED_HOSTS='django.localhost'
ALLOWED_HOSTS='fbf.localhost'
# Database
DB_HOST='db'
DB_PORT='5432'
DB_PASSWORD='superSecret'
DB_USER='fbf'
DB_NAME='db_fbf'
DB_PASSWORD='superSecret'
DB_PORT='5432'
DB_USER='fbf'
# Secrets
SECRET_KEY='openssl rand -base64 50'
# CSRF
CSRF_TRUSTED_ORIGINS='http://django.localhost'
CSRF_TRUSTED_ORIGINS='http://fbf.localhost'
# Email
EMAIL_HOST=''
EMAIL_PORT=587
EMAIL_USE_TLS=True
EMAIL_HOST_USER=''
EMAIL_HOST_PASSWORD=''
DEFAULT_FROM_EMAIL=''
EMAIL_HOST_PASSWORD=''
EMAIL_HOST_USER=''
EMAIL_HOST=''
EMAIL_PORT=