mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add recipes for ablaise/meteion-bundle (#1403)
* Add recipes for ablaise/meteion-bundle * Fix manifest.json
This commit is contained in:
3
ablaise/meteion-bundle/1.0/config/packages/meteion.yaml
Normal file
3
ablaise/meteion-bundle/1.0/config/packages/meteion.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
meteion:
|
||||
dbal_connection: 'default'
|
||||
rawexd_path: '%env(METEION_RAWEXD_PATH)%'
|
||||
11
ablaise/meteion-bundle/1.0/manifest.json
Normal file
11
ablaise/meteion-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"MeteionBundle\\MeteionBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"METEION_RAWEXD_PATH": "/path/to/rawexd"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user