Login disable (#35)

Add ability to disable authentication
This commit is contained in:
Khanh Ngo
2020-10-09 23:33:29 +02:00
committed by GitHub
parent c205a04443
commit 9dca2b7361
7 changed files with 84 additions and 41 deletions

6
util/config.go Normal file
View File

@@ -0,0 +1,6 @@
package util
// Runtime config
var (
DisableLogin bool
)