mirror of
https://github.com/project-zot/zot.git
synced 2025-04-08 02:54:41 -05:00
docs: fix ratelimit example (#2905)
Some fields are mixed case which is inconsistent with the rest of example configs. Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
parent
c6d343a730
commit
ececc9c2c9
1 changed files with 5 additions and 5 deletions
|
@ -6,12 +6,12 @@
|
|||
"http": {
|
||||
"address": "127.0.0.1",
|
||||
"port": "8080",
|
||||
"Ratelimit": {
|
||||
"Rate": 10,
|
||||
"Methods": [
|
||||
"ratelimit": {
|
||||
"rate": 10,
|
||||
"methods": [
|
||||
{
|
||||
"Method": "GET",
|
||||
"Rate": 5
|
||||
"method": "GET",
|
||||
"rate": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue