package util

// Runtime config
var (
	DisableLogin bool
	BindAddress string
)