sms-store/config/autoload/local.php.dist
Danyi Dávid 8b22f1d663 * SZEP card poller implementation added
* new tags for sms parsing
2018-03-17 18:39:30 +01:00

17 lines
326 B
Plaintext

<?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 [
'koin.user' => '',
'koin.pass' => '',
'szep.card' => '',
'szep.key' => '',
];