Files
openaccounting-server/config.json.sample

16 lines
333 B
Plaintext

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