initial commit

This commit is contained in:
Patrick Nagurny
2018-10-19 15:31:41 -04:00
commit e2dd29259f
203 changed files with 44839 additions and 0 deletions

12
config.json.sample Normal file
View 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"
}