Added Config.DatabaseAddress

This allows the server to connect to a MySQL server in a different
machine.
This commit is contained in:
Tarcisio Gruppi
2019-01-11 15:13:42 -02:00
parent 291538e341
commit c407945109
3 changed files with 20 additions and 17 deletions

View File

@@ -4,10 +4,11 @@
"ApiPrefix": "",
"KeyFile": "",
"CertFile": "",
"DatabaseAddress": "",
"Database": "openaccounting",
"User": "openaccounting",
"Password": "openaccounting",
"SendgridKey": "",
"SendgridEmail": "noreply@domain.com",
"SendgridSender": "Sender"
}
}