2017-09-03 17:51:59 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Local configuration.
|
|
|
|
|
*
|
|
|
|
|
* Copy this file to `local.php` and change its settings as required.
|
|
|
|
|
* `local.php` is ignored by git and safe to use for local and sensitive data like usernames and passwords.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
return [
|
2017-09-05 23:04:28 +02:00
|
|
|
'koin.user' => '',
|
|
|
|
|
'koin.pass' => '',
|
2017-09-03 17:51:59 +02:00
|
|
|
];
|