Push gts to 0.10.0-rc1

This commit is contained in:
Natsu Kagami 2023-07-08 12:03:55 +02:00
parent 9b5c3329c9
commit 45031c8395
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 6 additions and 2 deletions

View file

@ -22,6 +22,10 @@ let
oidc-enabled = true;
oidc-idp-name = "DTTH";
oidc-scopes = [ "openid" "email" "profile" ];
# HTTP Client
http-client.block-ips = [ "11.0.0.0/24" ];
# Advanced
advanced-rate-limit-requests = 0;
});
in
{