fix: enable SSL for Redis configuration in debug environment
This commit is contained in:
parent
987ac2fe4a
commit
136c4634c8
2
env/debug.yaml
vendored
2
env/debug.yaml
vendored
@ -36,7 +36,7 @@ redis:
|
|||||||
username: red-d046l42dbo4c73ea9iag
|
username: red-d046l42dbo4c73ea9iag
|
||||||
password: 7cZvu08JKuO9MPNxBb97tZCVNj0ZGNp2
|
password: 7cZvu08JKuO9MPNxBb97tZCVNj0ZGNp2
|
||||||
db: 5
|
db: 5
|
||||||
ssl: false
|
ssl: true
|
||||||
max-idle-connections-in-second: 600
|
max-idle-connections-in-second: 600
|
||||||
max-open-connections-in-second: 600
|
max-open-connections-in-second: 600
|
||||||
connection-max-life-time-in-second: 600
|
connection-max-life-time-in-second: 600
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user