Files
openaccounting-server/config.json.sample

17 lines
366 B
Plaintext
Raw Permalink Normal View History

2018-10-19 15:31:41 -04:00
{
"WebUrl": "https://domain.com",
"Address": "",
2018-10-19 15:31:41 -04:00
"Port": 8080,
2018-11-08 13:59:45 -05:00
"ApiPrefix": "",
2018-10-19 15:31:41 -04:00
"KeyFile": "",
"CertFile": "",
"DatabaseAddress": "",
2018-10-19 15:31:41 -04:00
"Database": "openaccounting",
"User": "openaccounting",
"Password": "openaccounting",
2020-11-23 11:13:23 -05:00
"MailgunDomain": "mg.domain.com",
"MailgunKey": "",
"MailgunEmail": "noreply@domain.com",
"MailgunSender": "Sender"
}