Files
openaccounting-server/config.json.sample
Patrick Nagurny 73bf3953c2 switch to mailgun
2020-11-23 11:13:23 -05:00

17 lines
366 B
Plaintext

{
"WebUrl": "https://domain.com",
"Address": "",
"Port": 8080,
"ApiPrefix": "",
"KeyFile": "",
"CertFile": "",
"DatabaseAddress": "",
"Database": "openaccounting",
"User": "openaccounting",
"Password": "openaccounting",
"MailgunDomain": "mg.domain.com",
"MailgunKey": "",
"MailgunEmail": "noreply@domain.com",
"MailgunSender": "Sender"
}