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
2018-04-03 19:00:18 +02:00

13 lines
405 B
JSON

{
"allow_create_new_accounts" : true,
"send_emails" : false,
"application_sender_email" : "timeoff@__DOMAIN__",
"email_transporter" : {
"host" : "localhost",
"port" : 25
},
"ga_analytics_on" : false,
"crypto_secret" : "!2~`HswpPPLa22+=±§sdq qwe,appp qwwokDF_",
"application_domain" : "http://__DOMAIN__",
"promotion_website_domain" : "http://timeoff.management"
}