Skip to content

Commit

Permalink
added result yml from example code
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Jul 23, 2015
1 parent e9a9368 commit 72bd7d6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions components/config/definition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,23 @@ with ``append()``::
This is also useful to help you avoid repeating yourself if you have sections
of the config that are repeated in different places.

The example results in the following:

.. code-block:: yaml
database:
connection:
driver: ~ # Required
host: localhost
username: ~
password: ~
memory: false
parameters: # Required
# Prototype
name:
value: ~ # Required
.. _component-config-normalization:

Normalization
Expand Down

0 comments on commit 72bd7d6

Please sign in to comment.