Sales features See merge request !266remotes/origin/yandex_rebiling
commit
fef04d9ae1
5 changed files with 15 additions and 24 deletions
@ -1,5 +0,0 @@ |
||||
DEBUG=False |
||||
SECRET_KEY='!eiquy7_+2#vn3z%zfp51$m-=tmvtcv*cj*@x$!v(_9btq0w=$' |
||||
DATABASE_URL='psql://team:nu5Xefise@127.0.0.1:5432/new_lms' |
||||
EMAIL_URL='smtp+tls://robo@skillbox.ru:nu5Xefise@smtp.gmail.com:587' |
||||
CACHE_URL=rediscache://127.0.0.1:6379/1?client_class=django_redis.client.DefaultClient |
||||
@ -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