issues/27: sync branch from k3s-test
This commit is contained in:
committed by
Valeriy Petrov
parent
fe24537e9f
commit
65934cff3c
@@ -7,6 +7,11 @@ parameters:
|
||||
app.timezone: 'Europe/Moscow'
|
||||
upload_directory: '%kernel.project_dir%/public/uploads'
|
||||
api.baseurl: '%env(string:API_BASE_URL)%'
|
||||
api.public_url: '%env(default:api_base_url_default:API_PUBLIC_URL)%'
|
||||
api_base_url_default: '%env(API_BASE_URL)%'
|
||||
env(WIDGET_API_URL): ''
|
||||
widget_api_url: '%env(default:mis_url_default:WIDGET_API_URL)%'
|
||||
mis_url_default: '%env(MIS_URL)%'
|
||||
mailer_from_email: 'noreply@sova.clinic'
|
||||
mailer_from_name: 'Sova Clinic'
|
||||
mailer_access_token: ''
|
||||
@@ -61,6 +66,8 @@ services:
|
||||
alias: App\Service\Translite\TransliteService
|
||||
|
||||
App\Command\UploadFilialsCommand:
|
||||
arguments:
|
||||
$widgetApiUrl: '%widget_api_url%'
|
||||
tags: ['console.command']
|
||||
|
||||
App\Command\UploadDoctorsCommand:
|
||||
@@ -70,9 +77,13 @@ services:
|
||||
tags: ['console.command']
|
||||
|
||||
App\Command\UploadPriceDepCommand:
|
||||
arguments:
|
||||
$widgetApiUrl: '%widget_api_url%'
|
||||
tags: ['console.command']
|
||||
|
||||
App\Command\UploadPriceCommand:
|
||||
arguments:
|
||||
$widgetApiUrl: '%widget_api_url%'
|
||||
tags: ['console.command']
|
||||
|
||||
App\Command\BitrixUpdateDoctorsCommand:
|
||||
@@ -143,6 +154,15 @@ services:
|
||||
$token: '%env(string:SMSRU_TOKEN)%'
|
||||
$sender: '%env(string:SMSRU_SENDER)%'
|
||||
|
||||
App\Service\Client\Interfaces\CalltouchClientServiceInterface:
|
||||
alias: App\Service\Client\CalltouchClientService
|
||||
|
||||
App\Service\Client\Interfaces\SmartCaptchaClientServiceInterface:
|
||||
alias: App\Service\Client\SmartCaptchaClientService
|
||||
|
||||
App\Service\Client\Interfaces\SmsClientServiceInterface:
|
||||
alias: App\Service\Client\SmsruClientService
|
||||
|
||||
App\Service\Bitrix\BitrixService:
|
||||
public: true
|
||||
arguments:
|
||||
@@ -172,6 +192,7 @@ services:
|
||||
$specialistService: '@App\Service\Specialist\SpecialistService'
|
||||
$locationService: '@App\Service\Location\LocationService'
|
||||
$filialService: '@App\Service\Filial\FilialService'
|
||||
$apiPublicUrl: '%api.public_url%'
|
||||
|
||||
App\Service\XmlFeedGenerator\XmlFeedGeneratorV1Service:
|
||||
arguments:
|
||||
@@ -180,6 +201,7 @@ services:
|
||||
$helperService: '@App\Service\Helper\HelperService'
|
||||
$connection: '@doctrine.dbal.default_connection'
|
||||
$logger: '@logger'
|
||||
$apiPublicUrl: '%api.public_url%'
|
||||
|
||||
App\Service\ScheduleCache\ScheduleCacheService:
|
||||
arguments:
|
||||
|
||||
Reference in New Issue
Block a user