[ 'public_hub_url' => null, 'internal_hub_url' => null, 'jwt_secret' => null, 'jwt_issuer' => 'Shlink', ], 'dependencies' => [ 'delegators' => [ LcobucciJwtProvider::class => [ LazyServiceFactory::class, ], Hub::class => [ LazyServiceFactory::class, ], ], 'lazy_services' => [ 'class_map' => [ LcobucciJwtProvider::class => LcobucciJwtProvider::class, Hub::class => HubInterface::class, ], ], ], ];