Use the correct settings name

This commit is contained in:
Greg Hellings
2024-11-22 23:32:42 -06:00
parent c28dbeb19e
commit d02bb990dd
+1 -1
View File
@@ -89,7 +89,7 @@ in
private_key = config.age.secrets.dendrite_key.path;
};
client_api = {
registration_enabled = false;
registration_disabled = true;
registration_shared_secret = "\${REGISTRATION_SHARED_SECRET}";
};
}