Add configurable bind address (#36)

This commit is contained in:
tituspijean
2020-10-10 16:01:35 +02:00
committed by GitHub
parent 5ec77ecd72
commit b8142b80c2
2 changed files with 5 additions and 1 deletions

View File

@@ -3,4 +3,5 @@ package util
// Runtime config
var (
DisableLogin bool
BindAddress string
)