Updated GeoLite2 db reader service so that it is lazily created

This commit is contained in:
Alejandro Celaya
2018-11-12 20:22:42 +01:00
parent de0470d200
commit e915b7e499
3 changed files with 32 additions and 0 deletions

View File

@@ -23,6 +23,12 @@ return [
Container\ApplicationConfigInjectionDelegator::class,
],
],
'lazy_services' => [
'proxies_target_dir' => 'data/proxies',
'proxies_namespace' => 'ShlinkProxy',
'write_proxy_files' => true,
],
],
];