mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
Update server.go
This commit is contained in:
parent
ef2a176e8d
commit
a96a3cfa64
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ func main() {
|
|||
flag.StringVar(&Config.metaDir, "metapath", "meta/",
|
||||
"path to metadata directory")
|
||||
flag.StringVar(&Config.locksDir, "lockspath", "locks/",
|
||||
"path to metadata directory")
|
||||
"path to locks directory")
|
||||
flag.BoolVar(&Config.basicAuth, "basicauth", false,
|
||||
"allow logging by basic auth password")
|
||||
flag.BoolVar(&Config.noLogs, "nologs", false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue