You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
19 lines
538 B
Plaintext
19 lines
538 B
Plaintext
|
|
{
|
||
|
|
"WebUrl": "https://domain.com",
|
||
|
|
"Address": "",
|
||
|
|
"Port": 8080,
|
||
|
|
"ApiPrefix": "",
|
||
|
|
"KeyFile": "",
|
||
|
|
"CertFile": "",
|
||
|
|
"_comment_database": "MySQL configuration for production use",
|
||
|
|
"DatabaseDriver": "mysql",
|
||
|
|
"DatabaseAddress": "localhost:3306",
|
||
|
|
"Database": "openaccounting",
|
||
|
|
"User": "openaccounting",
|
||
|
|
"Password": "openaccounting",
|
||
|
|
"_comment_mailgun": "Mailgun configuration for email sending",
|
||
|
|
"MailgunDomain": "mg.domain.com",
|
||
|
|
"MailgunKey": "",
|
||
|
|
"MailgunEmail": "noreply@domain.com",
|
||
|
|
"MailgunSender": "Sender"
|
||
|
|
}
|