1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00
timeoff_ynh/conf/app.json

15 lines
450 B
JSON
Raw Normal View History

2018-04-03 19:00:18 +02:00
{
"allow_create_new_accounts" : true,
"send_emails" : false,
"application_sender_email" : "timeoff@__DOMAIN__",
"email_transporter" : {
"host" : "localhost",
2022-02-09 18:42:59 +01:00
"port" : 25
2018-04-03 19:00:18 +02:00
},
"ga_analytics_on" : false,
"crypto_secret" : "!2~`HswpPPLa22+=±§sdq qwe,appp qwwokDF_",
"application_domain" : "http://__DOMAIN__",
2021-08-30 23:49:05 +02:00
"promotion_website_domain" : "http://timeoff.management",
"locale_code_for_sorting": "__LANGUAGE__"
2018-04-03 19:00:18 +02:00
}