diff options
| author | Marie <github@yuugi.dev> | 2025-02-18 23:27:56 +0000 |
|---|---|---|
| committer | Marie <github@yuugi.dev> | 2025-02-18 23:27:56 +0000 |
| commit | d67eefaaf5639ec5be3cb3ade76e0533af869cd1 (patch) | |
| tree | 0df3a86df7496df4568e8bfff6ac33000184864d /.config | |
| parent | merge: fix time zone for CustomEmojiService test (!909) (diff) | |
| parent | implement redisForRateLimit (diff) | |
| download | sharkey-d67eefaaf5639ec5be3cb3ade76e0533af869cd1.tar.gz sharkey-d67eefaaf5639ec5be3cb3ade76e0533af869cd1.tar.bz2 sharkey-d67eefaaf5639ec5be3cb3ade76e0533af869cd1.zip | |
merge: Add separate redis for rate limit (!908)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/908
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to '.config')
| -rw-r--r-- | .config/ci.yml | 10 | ||||
| -rw-r--r-- | .config/cypress-devcontainer.yml | 10 | ||||
| -rw-r--r-- | .config/docker_example.yml | 10 | ||||
| -rw-r--r-- | .config/example.yml | 10 |
4 files changed, 40 insertions, 0 deletions
diff --git a/.config/ci.yml b/.config/ci.yml index 790c4704fa..def276ca58 100644 --- a/.config/ci.yml +++ b/.config/ci.yml @@ -103,6 +103,16 @@ redis: # #prefix: example-prefix # #db: 1 +#redisForRateLimit: +# host: localhost +# port: 6379 +# #family: 0 # 0=Both, 4=IPv4, 6=IPv6 +# #pass: example-pass +# #prefix: example-prefix +# #db: 1 +# # You can specify more ioredis options... +# #username: example-username + # ┌───────────────────────────────┐ #───┘ Fulltext search configuration └───────────────────────────── diff --git a/.config/cypress-devcontainer.yml b/.config/cypress-devcontainer.yml index 9a6f9769e6..9e4961c325 100644 --- a/.config/cypress-devcontainer.yml +++ b/.config/cypress-devcontainer.yml @@ -124,6 +124,16 @@ redis: # #prefix: example-prefix # #db: 1 +#redisForRateLimit: +# host: localhost +# port: 6379 +# #family: 0 # 0=Both, 4=IPv4, 6=IPv6 +# #pass: example-pass +# #prefix: example-prefix +# #db: 1 +# # You can specify more ioredis options... +# #username: example-username + # ┌───────────────────────────────┐ #───┘ Fulltext search configuration └───────────────────────────── diff --git a/.config/docker_example.yml b/.config/docker_example.yml index 2d088547ba..f798fd8246 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -171,6 +171,16 @@ redis: # #prefix: example-prefix # #db: 1 +#redisForRateLimit: +# host: localhost +# port: 6379 +# #family: 0 # 0=Both, 4=IPv4, 6=IPv6 +# #pass: example-pass +# #prefix: example-prefix +# #db: 1 +# # You can specify more ioredis options... +# #username: example-username + # ┌───────────────────────────────┐ #───┘ Fulltext search configuration └───────────────────────────── diff --git a/.config/example.yml b/.config/example.yml index 7bca8642be..07c613f62d 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -198,6 +198,16 @@ redis: # # You can specify more ioredis options... # #username: example-username +#redisForRateLimit: +# host: localhost +# port: 6379 +# #family: 0 # 0=Both, 4=IPv4, 6=IPv6 +# #pass: example-pass +# #prefix: example-prefix +# #db: 1 +# # You can specify more ioredis options... +# #username: example-username + # ┌───────────────────────────────┐ #───┘ Fulltext search configuration └───────────────────────────── |