Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 771 Bytes

File metadata and controls

17 lines (13 loc) · 771 Bytes

Configuration

The bundle requires a bunch of configuration parameters to be set.


You can select the configuration provider you want to use. The bundle supports the following providers:

  • symfony_params: The bundle will look for the parameters in the Symfony param bag.
  • settings_bundle: The bundle will look for the parameters in the hengebytes/settings-bundle.
  • foo.bar.service_name: The bundle will look for the parameters in the service foo.bar.service_name. This service should implement Hengebytes\WebserviceCoreAsyncBundle\Provider\ParamsProviderInterface.

Configuration parameters