Files
openaccounting-server/config.json.sample
2018-11-08 13:59:45 -05:00

13 lines
290 B
Plaintext

{
"WebUrl": "https://domain.com",
"Port": 8080,
"ApiPrefix": "",
"KeyFile": "",
"CertFile": "",
"Database": "openaccounting",
"User": "openaccounting",
"Password": "openaccounting",
"SendgridKey": "",
"SendgridEmail": "noreply@domain.com",
"SendgridSender": "Sender"
}