File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 5353 yq e -i '.rc_login.account.burst_count = 20' homeserver.yaml
5454 yq e -i '.rc_login.failed_attempts.per_second = 0.1' homeserver.yaml
5555 yq e -i '.rc_login.failed_attempts.burst_count = 20' homeserver.yaml
56+ echo -e "experimental_features:\n groups_enabled: true" >> homeserver.yaml
5657
5758 synctl start
5859
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ yq e -i '.rc_login.account.per_second = 0.1' homeserver.yaml
3232yq e -i ' .rc_login.account.burst_count = 20' homeserver.yaml
3333yq e -i ' .rc_login.failed_attempts.per_second = 0.1' homeserver.yaml
3434yq e -i ' .rc_login.failed_attempts.burst_count = 20' homeserver.yaml
35+ echo -e " experimental_features:\n groups_enabled: true" >> homeserver.yaml
3536
3637
3738synctl start
You can’t perform that action at this time.
0 commit comments