remove duplicated limiter parameter
This commit is contained in:
parent
d63d0c77a8
commit
47fad9cba6
|
@ -5,7 +5,6 @@ server:
|
||||||
secret_key: "ultrasecretkey" # change this!
|
secret_key: "ultrasecretkey" # change this!
|
||||||
limiter: true # can be disabled for a private instance
|
limiter: true # can be disabled for a private instance
|
||||||
image_proxy: true
|
image_proxy: true
|
||||||
limiter: true
|
|
||||||
ui:
|
ui:
|
||||||
static_use_hash: true
|
static_use_hash: true
|
||||||
redis:
|
redis:
|
||||||
|
|
Loading…
Reference in New Issue