Martynas Sudintas
Martynas Sudintas
hi, sorry for delay. Actually you can ``` helis_settings_manager: settings_files: - '%kernel.project_dir%/config/settings/domain1.yaml' - '%kernel.project_dir%/config/settings/domain2.yaml' - '%kernel.project_dir%/config/settings/domain3.yaml' ``` also there is an example in tests https://github.com/HelisLT/settings-manager-bundle/blob/a861e9b7d7844a3e8e9f68d8812a5a3f1ef81da2/tests/app/config/config_test.yml#L63
IMHO I don't think its a good idea. Writable file provider will not be very performant, especially not php file, because opcache wont work with it. f.e. why symfony container...