mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 06:35:51 +08:00
FEATURE: remove global settings for redis sentinels
This global setting is never used, configuring Discourse with sentinel is unsupported.
This commit is contained in:
parent
a2f1d47506
commit
8f35fd4595
@ -117,9 +117,6 @@ redis_db = 0
|
|||||||
# redis password
|
# redis password
|
||||||
redis_password =
|
redis_password =
|
||||||
|
|
||||||
# redis sentinels eg
|
|
||||||
# redis_sentinels = 10.0.0.1:26381,10.0.0.2:26381
|
|
||||||
redis_sentinels =
|
|
||||||
|
|
||||||
# enable Cross-origin Resource Sharing (CORS) directly at the application level
|
# enable Cross-origin Resource Sharing (CORS) directly at the application level
|
||||||
enable_cors = false
|
enable_cors = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user