Newer
Older
backup-commander / src / bu-command-local-conf.json
  1. {
  2. "Smtp": {
  3. "SMTPDebug": "0",
  4. "Host" : "xhia.com",
  5. "SMTPAuth" : true,
  6. "Username" : "john@pearcey.net",
  7. "Password" : "N0M0r3M4sk5",
  8. "SMTPSecure" : "tls",
  9. "Port" : 587,
  10. "EmailBody_Invite" : "Please click on the <a href='http://localhost:8081/register?s=$secret&email=$email'>link</a> to accept the invitation."
  11. },
  12. "Paths" : {
  13. "invite_secrets" : "../data/invite_secret.txt"
  14. }
  15. }