new env sample file
This commit is contained in:
parent
9125242821
commit
34d05ea7be
1 changed files with 4 additions and 7 deletions
11
.env.example
11
.env.example
|
@ -1,21 +1,18 @@
|
|||
# APP URL
|
||||
APP_URL='https://url.of.the.site'
|
||||
APP_URL='http://django.localhost'
|
||||
|
||||
# Allowed Hosts
|
||||
DJANGO_ALLOWED_HOSTS='django.localhost'
|
||||
ALLOWED_HOSTS='django.localhost'
|
||||
|
||||
# Database
|
||||
DB_HOST='db'
|
||||
DB_PORT='5432'
|
||||
DB_PASSWORD='supersecret'
|
||||
DB_PASSWORD='superSecret'
|
||||
DB_USER='fbf'
|
||||
DB_NAME='db_fbf'
|
||||
|
||||
# DEBUG
|
||||
DEBUG=0
|
||||
|
||||
# Secrets
|
||||
SECRET_KEY='evenMoreSuperSecret'
|
||||
SECRET_KEY='openssl rand -base64 50'
|
||||
|
||||
# CSRF
|
||||
CSRF_TRUSTED_ORIGINS='http://django.localhost'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue