1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cachet_ynh.git synced 2024-09-03 18:16:03 +02:00
cachet_ynh/conf/production.php
2022-03-15 03:20:57 +01:00

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',
);