Push gts to 0.10.0-rc1
This commit is contained in:
parent
9b5c3329c9
commit
45031c8395
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue