slovocast/app/config/autoload/local.php.dist

14 lines
259 B
Plaintext
Raw Normal View History

2024-02-22 03:14:42 +00: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.
*/
declare(strict_types=1);
return [
];