<?php
/*
* Springy Framework Configuration File.
*
* Used for "production" environment.
*
* If removed, only conf/system.php will be used.
*/
return [
'maintenance' => false,
'bug_authentication' => [
'user' => 'username',
'pass' => 'password',
],
];
|