svg
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit

This commit is contained in:
2023-07-23 15:46:26 +02:00
parent dc0e331414
commit e7f2b7185a
29 changed files with 4521 additions and 10924 deletions

View File

@ -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