mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipe for Flawe's Flare Bundle (#1988)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
flare:
|
||||||
|
key: '%env(string:FLARE_KEY)%'
|
||||||
|
use_defaults: true
|
||||||
|
application:
|
||||||
|
stage: '%env(string:APP_ENV)%'
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"Flawe\\FlareBundle\\FlareBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"FLARE_KEY": "your-flare-key"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user