feat: disable registration for now
This commit is contained in:
parent
9baec5feca
commit
8226e3a2b3
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ in {
|
|||
# from the value of `fqdn` above, you will likely run into some mismatched domain names
|
||||
# in client applications.
|
||||
settings.public_baseurl = baseUrl;
|
||||
settings.enable_registration = true;
|
||||
settings.enable_registration = false;
|
||||
settings.listeners = [
|
||||
{ port = 8008;
|
||||
bind_addresses = [ "::1" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue