1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Remove ldap usage and update site input

This commit is contained in:
RGBCube 2024-01-12 12:33:47 +03:00
parent 1d050f5143
commit 0489b721b1
No known key found for this signature in database
2 changed files with 3 additions and 9 deletions

View file

@ -49,12 +49,6 @@ serverSystemConfiguration {
external_user_syncronization = true;
};
config.":pleroma".":ldap" = {
enabled = true;
host = "127.0.0.1";
# Continue...
};
config.":pleroma".":rate_limit" = let
ratelimit = unauth: auth: [(mkTuple [1000 unauth]) (mkTuple [1000 auth])];
in {