Update server.conf

add auth to config
This commit is contained in:
Mosei
2022-08-16 19:44:30 +05:30
committed by GitHub
parent 67eb61fd0d
commit 7bc49c8d2b

View File

@@ -16,3 +16,8 @@ server.webUIEnabled = true
server.initialOpenInBrowserEnabled = false
server.webUIInterface = "browser"
server.electronPath = ""
# Auth
server.basicAuthEnabled = false
server.basicAuthUsername = ""
server.basicAuthPassword = ""