fix lms
This commit is contained in:
parent
1773ac971d
commit
501a4fc7bd
6
.env
6
.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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue