feat: add redis config env
This commit is contained in:
parent
efc87ee63e
commit
cf410bdf05
13
env/development.yaml
vendored
13
env/development.yaml
vendored
@ -14,7 +14,7 @@ postgresql:
|
||||
driver: postgres
|
||||
db: legalgonews-dev
|
||||
username: legalgo_admin
|
||||
password: 'K4K!2Kg7c@KW6H&4A2aBy2dFCRY3Sh'
|
||||
password: "K4K!2Kg7c@KW6H&4A2aBy2dFCRY3Sh"
|
||||
ssl-mode: disable
|
||||
max-idle-connections-in-second: 600
|
||||
max-open-connections-in-second: 600
|
||||
@ -29,3 +29,14 @@ oss:
|
||||
log_level: Error
|
||||
host_url: https://sin1.contabostorage.com
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user