mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Created config post processor that parses a simplified config to what shlink expects
This commit is contained in:
@@ -25,4 +25,6 @@ return (new ConfigAggregator\ConfigAggregator([
|
||||
env('APP_ENV') === 'test'
|
||||
? new ConfigAggregator\PhpFileProvider('config/test/*.global.php')
|
||||
: new ConfigAggregator\ArrayProvider([]),
|
||||
], 'data/cache/app_config.php'))->getMergedConfig();
|
||||
], 'data/cache/app_config.php', [
|
||||
Core\ConfigPostProcessor::class,
|
||||
]))->getMergedConfig();
|
||||
|
||||
Reference in New Issue
Block a user