feat: disable registration for now

This commit is contained in:
s-prechtl 2025-07-14 17:51:58 +02:00
parent 9baec5feca
commit 8226e3a2b3

View file

@ -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" ];