feat(server): add config for enabling public signup view

This commit is contained in:
Jef Roosens 2025-08-28 13:46:43 +02:00
parent 5017bfb710
commit 69e84b4266
Signed by: Jef Roosens
GPG key ID: 02D4C0997E74717B
9 changed files with 37 additions and 12 deletions

View file

@ -1,6 +1,8 @@
data_dir = "./data"
log_level = "debug"
allow_public_signup = true
[net]
type = "tcp"
domain = "127.0.0.1"