You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 00:50:59 +13:00
17 lines
366 B
Plaintext
17 lines
366 B
Plaintext
{
|
|
"WebUrl": "https://domain.com",
|
|
"Address": "",
|
|
"Port": 8080,
|
|
"ApiPrefix": "",
|
|
"KeyFile": "",
|
|
"CertFile": "",
|
|
"DatabaseAddress": "",
|
|
"Database": "openaccounting",
|
|
"User": "openaccounting",
|
|
"Password": "openaccounting",
|
|
"MailgunDomain": "mg.domain.com",
|
|
"MailgunKey": "",
|
|
"MailgunEmail": "noreply@domain.com",
|
|
"MailgunSender": "Sender"
|
|
}
|