<?php
// Copy this file to config.php on the server and fill in the four real values.
// config.php is gitignored and must never be committed.

return [
    'host'     => 'DB_HOST_PLACEHOLDER',      // usually localhost
    'database' => 'DB_NAME_PLACEHOLDER',      // e.g. cpaneluser_contentmgmt
    'username' => 'DB_USER_PLACEHOLDER',      // e.g. cpaneluser_content
    'password' => 'DB_PASSWORD_PLACEHOLDER',
];
