17 lines
385 B
Plaintext
17 lines
385 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 [
|
|
'application' => [
|
|
'changeDelay' => 8000,
|
|
'refreshInterval' => 2000,
|
|
'cameraImageBaseFolder' => 'data/cameraimages',
|
|
],
|
|
];
|