diff --git a/config_example.yml b/config_example.yml index 024bf70d..474730d0 100644 --- a/config_example.yml +++ b/config_example.yml @@ -3,16 +3,16 @@ keys: port: 9000 cipher: chacha20-ietf-poly1305 secret: Secret0 + rate_limit: 128000 - id: user-1 port: 9000 cipher: chacha20-ietf-poly1305 secret: Secret1 + rate_limit: 128000 - id: user-2 port: 9001 cipher: chacha20-ietf-poly1305 secret: Secret2 - rate_limit: 100000000 - -default_rate_limit: 128000 + rate_limit: 128000