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.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