From 70b3839a30968e19fcfb464699ce5765bffe2ba7 Mon Sep 17 00:00:00 2001 From: "tien.xuan.vo" Date: Thu, 7 May 2020 00:12:50 +0700 Subject: [PATCH] Update tienvx/mbt-bundle to 1.17 --- .../mbt-bundle/1.17/config/packages/tienvx_mbt.yaml | 3 +++ tienvx/mbt-bundle/1.17/manifest.json | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 tienvx/mbt-bundle/1.17/config/packages/tienvx_mbt.yaml create mode 100644 tienvx/mbt-bundle/1.17/manifest.json 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" + } +}