7 lines
59 B
Go
7 lines
59 B
Go
package util
|
|
|
|
// Runtime config
|
|
var (
|
|
DisableLogin bool
|
|
)
|