<?php
return array (
  'settings' => 
  array (
    'db' => 
    array (
      'password' => 'blåbærsyltetøy',
    ),
  ),
  'comments' => 
  array (
    'db' => 
    array (
      '#' => ' Comment for the section',
      'password' => ' This is ofcourse not my real password...',
    ),
  ),
);
?>
