You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 00:50:59 +13:00
initial commit
This commit is contained in:
12
config.json.sample
Normal file
12
config.json.sample
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"WebUrl": "https://domain.com",
|
||||
"Port": 8080,
|
||||
"KeyFile": "",
|
||||
"CertFile": "",
|
||||
"Database": "openaccounting",
|
||||
"User": "openaccounting",
|
||||
"Password": "openaccounting",
|
||||
"SendgridKey": "",
|
||||
"SendgridEmail": "noreply@domain.com",
|
||||
"SendgridSender": "Sender"
|
||||
}
|
||||
Reference in New Issue
Block a user