chore(#27): sync issues/27 from monorepo (bfeabe5 issues/27: fix date immutable)
This commit is contained in:
@@ -7,11 +7,6 @@ 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: ''
|
||||
@@ -66,8 +61,6 @@ services:
|
||||
alias: App\Service\Translite\TransliteService
|
||||
|
||||
App\Command\UploadFilialsCommand:
|
||||
arguments:
|
||||
$widgetApiUrl: '%widget_api_url%'
|
||||
tags: ['console.command']
|
||||
|
||||
App\Command\UploadDoctorsCommand:
|
||||
@@ -77,13 +70,9 @@ 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:
|
||||
@@ -154,15 +143,6 @@ 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:
|
||||
@@ -192,7 +172,6 @@ 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:
|
||||
@@ -201,7 +180,6 @@ 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