8 lines
79 B
Go
8 lines
79 B
Go
package util
|
|
|
|
// Runtime config
|
|
var (
|
|
DisableLogin bool
|
|
BindAddress string
|
|
)
|