mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
fix admin email
This commit is contained in:
parent
f93a2a7aee
commit
74ba12cc96
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ const APP_URL = '__DOMAIN__';
|
||||||
const NOMAPPLICATION = 'OpenSondage';
|
const NOMAPPLICATION = 'OpenSondage';
|
||||||
|
|
||||||
// Database administrator email
|
// Database administrator email
|
||||||
const ADRESSEMAILADMIN = '__EMAIL__';
|
const ADRESSEMAILADMIN = '__ADMIN__@__DOMAIN__';
|
||||||
|
|
||||||
// Email for automatic responses (you should set it to "no-reply")
|
// Email for automatic responses (you should set it to "no-reply")
|
||||||
const ADRESSEMAILREPONSEAUTO = '<no-reply@__DOMAIN__>';
|
const ADRESSEMAILREPONSEAUTO = '<no-reply@__DOMAIN__>';
|
||||||
|
|
|
@ -6,7 +6,7 @@ description.en = "Service for planning an appointment or making a decision quick
|
||||||
description.fr = "Service pour planifier un rendez-vous ou prendre une décision rapidement et facilement"
|
description.fr = "Service pour planifier un rendez-vous ou prendre une décision rapidement et facilement"
|
||||||
description.de = "Service zur schnellen und einfachen Planung eines Termins oder zur Entscheidungsfindung"
|
description.de = "Service zur schnellen und einfachen Planung eines Termins oder zur Entscheidungsfindung"
|
||||||
|
|
||||||
version = "1.1.19~ynh2"
|
version = "1.1.19~ynh3"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue