This commit is contained in:
@ -1,6 +1,6 @@
|
||||
parameters:
|
||||
|
||||
appEnv: '%env(resolve:APP_ENV)%'
|
||||
app_env: '%env(resolve:APP_ENV)%'
|
||||
appSecret: '%env(resolve:APP_SECRET)%'
|
||||
appSessiontime: '%env(resolve:APP_SESSIONTIME)%'
|
||||
|
||||
@ -168,7 +168,7 @@ services:
|
||||
port: '%env(resolve:REDIS_PORT)%'
|
||||
-
|
||||
replication: 'sentinel'
|
||||
service: 'mymaster'
|
||||
service: '%env(resolve:REDIS_SERVICE)%'
|
||||
connection_timeout: 100
|
||||
read_write_timeout: 300
|
||||
|
||||
|
Reference in New Issue
Block a user