Skip to content

Commit

Permalink
perf: Set the default value of local-auth to true
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Dec 13, 2024
1 parent 3c640cc commit 41d902d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func main() {
},
&cli.BoolFlag{
Name: "local-auth",
Value: true,
Usage: "need auth for local",
},
&cli.BoolFlag{
Expand Down
3 changes: 3 additions & 0 deletions rttys.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ db: sqlite://rttys.db

#disable new user sign up
#disable-sign-up: True

# Local access does not require authentication
#local-auth: false

0 comments on commit 41d902d

Please sign in to comment.