mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 09:00:18 -06:00
feat: shared cache for next caching (#2426)
This commit is contained in:
committed by
GitHub
parent
04e43725d1
commit
ee15c2676c
@@ -79,8 +79,11 @@ x-environment: &environment
|
||||
# Uncomment and set to 1 to skip onboarding for new users
|
||||
# ONBOARDING_DISABLED: 1
|
||||
|
||||
# The below is used for Rate Limiting & Next Caching (uses In-Memory Next Cache if not provided)
|
||||
# REDIS_CLIENT_URL:
|
||||
# The below is used for Next Caching (uses In-Memory from Next Cache if not provided)
|
||||
# REDIS_URL:
|
||||
|
||||
# The below is used for Rate Limiting (uses In-Memory LRU Cache if not provided)
|
||||
# REDIS_HTTP_URL:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user