Add migration to add LOCK_DSN to env

This commit is contained in:
Jack Anderson 2022-09-08 09:50:01 +01:00 committed by Clemente Raposo
parent 1b29b7f0f6
commit 305203840f
2 changed files with 106 additions and 1 deletions

View file

@ -296,7 +296,11 @@ services:
App\SystemConfig\Service\SystemConfigProviderInterface: '@App\SystemConfig\LegacyHandler\SystemConfigHandler'
app.system-configs:
alias: App\SystemConfig\Service\SystemConfigProviderInterface
alias: App\SystemConfig\Service\SystemConfigProviderInterface
public: true
app.version.provider:
alias: 'shivas_versioning.provider.version'
public: true
Symfony\Component\Security\Http\Logout\LogoutUrlGenerator: '@security.logout_url_generator'