You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
Added Config.Address to allow the server to bind to a different IP address
This commit is contained in:
@@ -2,6 +2,7 @@ package types
|
||||
|
||||
type Config struct {
|
||||
WebUrl string
|
||||
Address string
|
||||
Port int
|
||||
ApiPrefix string
|
||||
KeyFile string
|
||||
|
||||
Reference in New Issue
Block a user