feat: add redis config env

This commit is contained in:
ericprd 2025-03-06 12:56:35 +08:00
parent efc87ee63e
commit cf410bdf05

13
env/development.yaml vendored
View File

@ -14,7 +14,7 @@ postgresql:
driver: postgres driver: postgres
db: legalgonews-dev db: legalgonews-dev
username: legalgo_admin username: legalgo_admin
password: 'K4K!2Kg7c@KW6H&4A2aBy2dFCRY3Sh' password: "K4K!2Kg7c@KW6H&4A2aBy2dFCRY3Sh"
ssl-mode: disable ssl-mode: disable
max-idle-connections-in-second: 600 max-idle-connections-in-second: 600
max-open-connections-in-second: 600 max-open-connections-in-second: 600
@ -29,3 +29,14 @@ oss:
log_level: Error log_level: Error
host_url: https://sin1.contabostorage.com host_url: https://sin1.contabostorage.com
public_url: https://sin1.contabostorage.com/fda98c2228f246f29a7e466b86b3b9e7 public_url: https://sin1.contabostorage.com/fda98c2228f246f29a7e466b86b3b9e7
redis:
host: 62.72.45.250
port: 26379
password: mDtpsyEW8W26vwLhglpO
db: 5
ssl: false
max-idle-connections-in-second: 600
max-open-connections-in-second: 600
connection-max-life-time-in-second: 600
debug: false