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 adf5b2b commit 3b4db3d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
3 changes: 2 additions & 1 deletion open/administrator/configuration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ Configuration
.. toctree::
:maxdepth: 2

overview
cta
oauth_apps.rst
oauth_apps
26 changes: 26 additions & 0 deletions open/administrator/configuration/overview.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Overview
========

CampaignChain knows two types of configuration options:

* App-wide parameters
* Bundle-specific parameters

App-wide Parameters
-------------------

Parameters that configure the app-wide framework are prefixed with
``campaignchain.`` and defined in two files:

* ``app/config/parameters.yml`` contains the parameters that should be
considered during installation.
* In ``app/config/config_campaignchain.yml``, you will find other app-wide
parameters, which contain default values that should be fine for most
installations of CampaignChain.

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
bundle, e.g. ``campaignchain_core``.

0 comments on commit 3b4db3d

Please sign in to comment.