Skip to content

Commit

Permalink
chore: disable signup
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Oct 3, 2024
1 parent 5fc96eb commit 97ad95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ db:
security:
insecure_cookies: false # should be set to 'false', except when not running with HTTPS (e.g. on localhost)
cookie_max_age: 172800
allow_signup: true
allow_signup: false
signup_captcha: false
invite_codes: true # whether to enable invite codes for overriding disabled signups
disable_frontpage: false
Expand Down

0 comments on commit 97ad95e

Please sign in to comment.