diff --git a/src/EzPlatformCoreBundle/bundle/DependencyInjection/EzPlatformCoreExtension.php b/src/EzPlatformCoreBundle/bundle/DependencyInjection/EzPlatformCoreExtension.php index 794979f..2848ef7 100644 --- a/src/EzPlatformCoreBundle/bundle/DependencyInjection/EzPlatformCoreExtension.php +++ b/src/EzPlatformCoreBundle/bundle/DependencyInjection/EzPlatformCoreExtension.php @@ -209,12 +209,12 @@ private function configurePlatformShSetup(ContainerBuilder $container): void $container->setParameter( 'dfs_database_url', sprintf( - '%s://%s:%s:%d@%s/%s', + '%s://%s:%s@%s:%d/%s', $endpoint['scheme'], $endpoint['username'], $endpoint['password'], - $endpoint['port'], $endpoint['host'], + $endpoint['port'], $endpoint['path'] ) );