Skip to content

Commit

Permalink
Fix config_example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Vysotsky committed Apr 14, 2022
1 parent f47e435 commit 3bf90e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3bf90e9

Please sign in to comment.