mirror of
https://github.com/YunoHost-Apps/cachet_ynh.git
synced 2024-09-03 18:16:03 +02:00
7 lines
212 B
PHP
7 lines
212 B
PHP
<?php return array (
|
|
'app_name' => 'YunoHost Status Page',
|
|
'app_domain' => 'https://__DOMAIN____PATH__',
|
|
'app_timezone' => 'Europe/Paris',
|
|
'app_locale' => '__LANGUAGE__',
|
|
'app_incident_days' => '7',
|
|
);
|