diff --git a/.env b/.env index 7e8f6e4..e41598d 100644 --- a/.env +++ b/.env @@ -1,9 +1,9 @@ COMPOSE_PROJECT_NAME=staging NETWORK=staging -FRONT_TAG=develop -DOTDOT_TAG=develop -LMS_TAG=develop +FRONT_TAG=master +DOTDOT_TAG=master +LMS_TAG=master DASHBORD_TAG=v0.0.1 MYSQL_PORT=0.0.0.0:33067 diff --git a/configs/nginx/conf.d/lms.conf b/configs/nginx/conf.d/lms.conf index 8cee9e1..ec1490b 100644 --- a/configs/nginx/conf.d/lms.conf +++ b/configs/nginx/conf.d/lms.conf @@ -112,7 +112,7 @@ server { add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS, DELETE'; add_header 'Access-Control-Allow-Headers' 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Expeditor-Domain,Authorization'; - fastcgi_pass php:9001; + fastcgi_pass backend:9001; fastcgi_split_path_info ^(.+\.php)(/.*)$; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; diff --git a/configs/php/.env b/configs/php/.env index 0ad9599..49c9ec9 100644 --- a/configs/php/.env +++ b/configs/php/.env @@ -134,3 +134,8 @@ MAGIC_API_URL=https://magic-trans.ru/ MAGIC_API_URL=https://magic-trans.ru/ ML_REGULAR_DIRECTION_HISTORY_ORDER_URL=https://ml.dot-dot.ru/v1/schedule/transport/orders + +SMS_PROVIDER=prostor-sms +PROSTOR_SMS_END_POINT_URL=http://api.prostor-sms.ru/ +PROSTOR_SMS_LOGIN=secret +PROSTOR_SMS_PASSWORD=secret