diff options
Diffstat (limited to 'doc/source/config.rst')
| -rw-r--r-- | doc/source/config.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst index 760ae1b..84fc193 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst | |||
| @@ -2,7 +2,9 @@ Configuration | |||
| 2 | ============= | 2 | ============= |
| 3 | 3 | ||
| 4 | Since PHP *ini-like* configuration model isn't flexible enough, | 4 | Since PHP *ini-like* configuration model isn't flexible enough, |
| 5 | Snuffleupagus is using its own format. | 5 | Snuffleupagus is using its own format, in the file specified by |
| 6 | the directive ``sp.configuration_file`` (in your ``php.ini`` file), | ||
| 7 | like ``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini``. | ||
| 6 | 8 | ||
| 7 | Options are chainable by using dots (``.``), and string parameters | 9 | Options are chainable by using dots (``.``), and string parameters |
| 8 | **must** be quoted, while booleans and integers aren't. | 10 | **must** be quoted, while booleans and integers aren't. |
