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
2017-09-03 17:58:58 +02:00

7 lines
204 B
PHP

<?php return array (
'app_name' => 'YunoHost Status Page',
'app_domain' => 'https://__DOMAIN__',
'app_timezone' => 'Europe/Paris',
'app_locale' => '__LANGUAGE__',
'app_incident_days' => '7',
);