parent
610500446a
commit
866855ddd2
3 changed files with 7 additions and 14 deletions
@ -0,0 +1,5 @@ |
|||||||
|
DEBUG=False |
||||||
|
SECRET_KEY='....' |
||||||
|
DATABASE_URL='psql://<name>:<password>@127.0.0.1:5432/<db_name>' |
||||||
|
EMAIL_URL='smtp+tls://<name>:<password>@smtp.gmail.com:587' |
||||||
|
CACHE_URL=rediscache://127.0.0.1:6379/<db>?client_class=django_redis.client.DefaultClient |
||||||
Loading…
Reference in new issue