You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
Added Config.DatabaseAddress
This allows the server to connect to a MySQL server in a different machine.
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
"ApiPrefix": "",
|
||||
"KeyFile": "",
|
||||
"CertFile": "",
|
||||
"DatabaseAddress": "",
|
||||
"Database": "openaccounting",
|
||||
"User": "openaccounting",
|
||||
"Password": "openaccounting",
|
||||
"SendgridKey": "",
|
||||
"SendgridEmail": "noreply@domain.com",
|
||||
"SendgridSender": "Sender"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user