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