You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 00:50:59 +13:00
16 lines
333 B
Plaintext
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"
|
|
}
|