1
0
Fork 0

add some settings

This commit is contained in:
Ilya Mukhortov 2021-07-12 17:43:07 +10:00
parent 142559599c
commit 524be1ff49
1 changed files with 4 additions and 10 deletions

View File

@ -5,10 +5,6 @@
DEBUG=False
DEBUG_TOOLBAR=False
DJANGO_STATIC_HANDLER=False
SECRET_KEY='%9nu_z5s&x*2_m8eb@r!0_sl@xat^8duh81xb$3-9un1853+^u'
PATIENT_BASE_FIELDS_REQUIRED=True
@ -19,14 +15,8 @@ HOST=
HOST_DOCKER=192.168.160.1
CACHE_ENABLE=True
SENTRY_ENABLED=True
SENTRY_SITE="Название организации"
COMPRESS_ENABLED=True
SESSION_COOKIE_NAME=sessionid_medicine
####################
@ -35,6 +25,8 @@ SESSION_COOKIE_NAME=sessionid_medicine
NGINX_PORT=80
NGINX_HTTPS_PORT=443
UWSGI_PROCESSES=4
UWSGI_THREADS=2
@ -48,6 +40,8 @@ POSTGRES_PASSWORD=password
POSTGRES_DB=medicine
REDIS_HOST=redis-host
REDIS_CACHE_DB=1
REDIS_BROKER_DB=2
####################
# OTHER ############