Update tienvx/mbt-bundle to 1.17

This commit is contained in:
tien.xuan.vo
2020-05-31 10:02:49 +07:00
parent acdcb190d6
commit 70b3839a30
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,3 @@
tienvx_mbt:
email_from: '%env(EMAIL_FROM)%'
admin_url: '%env(ADMIN_URL)%'
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Tienvx\\Bundle\\MbtBundle\\TienvxMbtBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"EMAIL_FROM": "from@example.com",
"ADMIN_URL": "http://localhost"
}
}