Merge pull request #931

This commit is contained in:
symfony-flex-server[bot]
2021-02-08 07:30:59 +00:00
committed by GitHub
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,6 @@
fresh_centrifugo:
api_key: '%env(CENTRIFUGO_API_KEY)%'
api_endpoint: '%env(CENTRIFUGO_API_ENDPOINT)%'
secret: '%env(CENTRIFUGO_SECRET)%'
jwt:
ttl: 86400 # 1 day
+13
View File
@@ -0,0 +1,13 @@
{
"bundles": {
"Fresh\\CentrifugoBundle\\FreshCentrifugoBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"CENTRIFUGO_API_KEY": "%generate(secret)%",
"CENTRIFUGO_API_ENDPOINT": "http://localhost:8000/api",
"CENTRIFUGO_SECRET": "%generate(secret)%"
}
}