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?',
'use the public version of dato',
'(The public version is the same as this one, just without autosynchronization of the databases.)',
"",
'Interested in knowing more about dato?',
'What is dato?',
].join("
"),
};