1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dato_ynh.git synced 2024-09-03 18:16:33 +02:00
dato_ynh/conf/public.js
2021-03-11 00:34:24 +01:00

17 lines
560 B
JavaScript

module.exports = {
adminEmail: "{{{admin_email}}}",
otherOptionsThanLogin: [
"If you have no dato account, you should request one to the administrator of this server.",
"",
'Don\'t want to create an account?',
'<a href="https://publicdato.eauchat.org">use the public version of dato</a>',
'(The public version is the same as this one, just without autosynchronization of the databases.)',
"",
'Interested in knowing more about dato?',
'<a href="https://squeak.eauchat.org/dato/">What is dato?</a>',
].join("<br>"),
};