feat(server): add config for enabling public signup view
This commit is contained in:
parent
5017bfb710
commit
69e84b4266
9 changed files with 37 additions and 12 deletions
|
|
@ -1,6 +1,8 @@
|
|||
data_dir = "./data"
|
||||
log_level = "debug"
|
||||
|
||||
allow_public_signup = true
|
||||
|
||||
[net]
|
||||
type = "tcp"
|
||||
domain = "127.0.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue