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:
parent
1d050f5143
commit
0489b721b1
2 changed files with 3 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue