blob: 350cd77fc0c2f67deff058a66014a254f2e3d69a [file] [log] [blame]
<?php
return array (
'settings' =>
array (
'site' =>
array (
'title' => 'Example site',
),
'db' =>
array (
'host' => 'localhost',
'user' => 'root',
'password' => 42,
'connection_retries' => 'five',
),
),
'comments' =>
array (
'site' =>
array (
'#' => ' Settings for the site itself',
),
'db' =>
array (
'#' => ' Database settings used for all connections',
'password' => ' Storing passwords in INI files is not a good idea,
is it?',
),
),
);
?>