diff --git a/tienvx/mbt-bundle/1.17/config/packages/tienvx_mbt.yaml b/tienvx/mbt-bundle/1.17/config/packages/tienvx_mbt.yaml new file mode 100644 index 00000000..403fc04a --- /dev/null +++ b/tienvx/mbt-bundle/1.17/config/packages/tienvx_mbt.yaml @@ -0,0 +1,3 @@ +tienvx_mbt: + email_from: '%env(EMAIL_FROM)%' + admin_url: '%env(ADMIN_URL)%' diff --git a/tienvx/mbt-bundle/1.17/manifest.json b/tienvx/mbt-bundle/1.17/manifest.json new file mode 100644 index 00000000..6f4085b2 --- /dev/null +++ b/tienvx/mbt-bundle/1.17/manifest.json @@ -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" + } +}