You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 00:50:59 +13:00
Added Config.DatabaseAddress
This allows the server to connect to a MySQL server in a different machine.
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
package types
|
||||
|
||||
type Config struct {
|
||||
WebUrl string
|
||||
Port int
|
||||
ApiPrefix string
|
||||
KeyFile string
|
||||
CertFile string
|
||||
Database string
|
||||
User string
|
||||
Password string
|
||||
SendgridKey string
|
||||
SendgridEmail string
|
||||
SendgridSender string
|
||||
WebUrl string
|
||||
Port int
|
||||
ApiPrefix string
|
||||
KeyFile string
|
||||
CertFile string
|
||||
DatabaseAddress string
|
||||
Database string
|
||||
User string
|
||||
Password string
|
||||
SendgridKey string
|
||||
SendgridEmail string
|
||||
SendgridSender string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user