You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 00:50:59 +13:00
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
|
|
{
|
||
|
|
"WebUrl": "https://domain.com",
|
||
|
|
"Port": 8080,
|
||
|
|
"KeyFile": "",
|
||
|
|
"CertFile": "",
|
||
|
|
"Database": "openaccounting",
|
||
|
|
"User": "openaccounting",
|
||
|
|
"Password": "openaccounting",
|
||
|
|
"SendgridKey": "",
|
||
|
|
"SendgridEmail": "noreply@domain.com",
|
||
|
|
"SendgridSender": "Sender"
|
||
|
|
}
|