1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-03-23 14:02:30 +10:00
parent 6a99e7424e
commit 6320aaf0d0
1 changed files with 2 additions and 32 deletions

View File

@ -1,28 +1,10 @@
####################
# APP ##############
####################
DEBUG=False
SECRET_KEY='%9nu_z5s&x*2_m8eb@r!0_sl@xat^8duh81xb$3-9un1853+^u' SECRET_KEY='%9nu_z5s&x*2_m8eb@r!0_sl@xat^8duh81xb$3-9un1853+^u'
PATIENT_BASE_FIELDS_REQUIRED=True
PATIENT_UID_OFFSET=1
HOST=
HOST_DOCKER=192.168.160.1
SENTRY_SITE="Название организации" SENTRY_SITE="Название организации"
SESSION_COOKIE_NAME=sessionid_medicine SESSION_COOKIE_NAME=sessionid_medicine
####################
# Docker ###########
####################
NGINX_PORT=80 NGINX_PORT=80
NGINX_HTTPS_PORT=443 NGINX_HTTPS_PORT=443
@ -31,18 +13,6 @@ UWSGI_PROCESSES=4
UWSGI_THREADS=2 UWSGI_THREADS=2
#################### POSTGRES_HOST=medicine-stack-postgres
# Mixed ############
####################
POSTGRES_USER=postgres REDIS_HOST=medicine-stack-redis
POSTGRES_PASSWORD=password
POSTGRES_DB=medicine
REDIS_HOST=redis-host
REDIS_CACHE_DB=1
REDIS_BROKER_DB=2
####################
# OTHER ############
####################