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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

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