Add recipe for FreshCentrifugoBundle

This commit is contained in:
Artem Henvald
2020-07-13 12:45:23 +03:00
parent a701a4bcac
commit b6f49ede84
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,3 @@
fresh_centrifugo:
jwt:
ttl: 86400 # 1 day
+14
View File
@@ -0,0 +1,14 @@
{
"bundles": {
"Fresh\\CentrifugoBundle\\FreshCentrifugoBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"env": {
"CENTRIFUGO_API_KEY": "%generate(secret)%",
"CENTRIFUGO_API_ENDPOINT": "http://localhost:8000/api",
"CENTRIFUGO_SECRET": "%generate(secret)%"
}
}