Add version 1.15 of tienvx/mbt-bundle and tienvx/mbt-api-bundle

This commit is contained in:
tien.xuan.vo
2019-12-08 09:13:29 +07:00
parent 0153a82a84
commit ec047ce3da
8 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
tienvx_mbt_api:
dot_binary: '%env(DOT_BINARY)%'

View File

@@ -0,0 +1,3 @@
tienvx_mbt_api:
resource: '@TienvxMbtApiBundle/Resources/config/routing.xml'
prefix: '/mbt-api'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"Tienvx\\Bundle\\MbtApiBundle\\TienvxMbtApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DOT_BINARY": "dot"
}
}

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,14 @@
imports:
- { resource: dev/models/*.yaml }
- { resource: dev/predefined-cases/*.yaml }
tienvx_mbt:
email_from: '%env(EMAIL_FROM)%'
admin_url: '%env(ADMIN_URL)%'
flysystem:
storages:
mbt.storage:
adapter: 'local'
options:
directory: "%kernel.project_dir%/var/storage/screenshots"

View File

@@ -0,0 +1,13 @@
{
"bundles": {
"Tienvx\\Bundle\\MbtBundle\\TienvxMbtBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"var/storage/screenshots/": "%VAR_DIR%/storage/screenshots/"
},
"env": {
"EMAIL_FROM": "from@example.com",
"ADMIN_URL": "http://localhost"
}
}