Merge pull request #755

This commit is contained in:
symfony-flex-server[bot]
2019-09-29 11:31:51 +00:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,3 @@
tienvx_mbt_api:
dot_binary: '%env(DOT_BINARY)%'
console_binary: '%env(CONSOLE_BINARY)%'
@@ -0,0 +1,3 @@
tienvx_mbt_api:
resource: '@TienvxMbtApiBundle/Resources/config/routing.xml'
prefix: '/mbt-api'
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Tienvx\\Bundle\\MbtApiBundle\\TienvxMbtApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DOT_BINARY": "dot",
"CONSOLE_BINARY": "bin/console"
}
}