Files
openaccounting-server/config.json.sample

15 lines
316 B
Plaintext
Raw Normal View History

2018-10-19 15:31:41 -04:00
{
"WebUrl": "https://domain.com",
"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",
"SendgridKey": "",
"SendgridEmail": "noreply@domain.com",
"SendgridSender": "Sender"
}