Skip to content

Commit

Permalink
CampaignChain/campaignchain#192 Subsume all app-wide parameters under…
Browse files Browse the repository at this point in the history
… campaignchain_core using tree builder
  • Loading branch information
groganz committed Jul 16, 2016
1 parent b286cda commit de7b073
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions open/administrator/configuration/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ the tracking script:
Bundle-specific Parameters
--------------------------

Each bundle or module might define its own configuration options. These are all
listed in *app/config/config_campaignchain_bundles.yml* under an alias for each
Each bundle or module might define its own configuration options. Should you
want to override the default values, we recommend to set your values in
*app/config/config_campaignchain_bundles.yml* under an alias for each
bundle, e.g. ``campaignchain_core``.

For example:
Expand All @@ -44,4 +45,7 @@ For example:
id_name: cctid
js_mode: prod
js_class: CCTracking
js_init: cc
js_init: cc
You can look up the available options in the *Resources/config/config.yml* file
for each bundle.

0 comments on commit de7b073

Please sign in to comment.