From 15943b0be367b29f4e0b8138679bb4ce2009118c Mon Sep 17 00:00:00 2001 From: fd6130 Date: Thu, 23 Sep 2021 09:34:15 +0800 Subject: [PATCH] add exabytes-sms-bundle recipe --- .../1.0/config/packages/fd_exabytes.yaml | 3 +++ fd6130/exabytes-sms-bundle/1.0/manifest.json | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 fd6130/exabytes-sms-bundle/1.0/config/packages/fd_exabytes.yaml create mode 100644 fd6130/exabytes-sms-bundle/1.0/manifest.json diff --git a/fd6130/exabytes-sms-bundle/1.0/config/packages/fd_exabytes.yaml b/fd6130/exabytes-sms-bundle/1.0/config/packages/fd_exabytes.yaml new file mode 100644 index 00000000..3626f8b6 --- /dev/null +++ b/fd6130/exabytes-sms-bundle/1.0/config/packages/fd_exabytes.yaml @@ -0,0 +1,3 @@ +fd_exabytes: + username: '%env(EXABYTES_USERNAME)%' + password: '%env(EXABYTES_PASSWORD)%' \ No newline at end of file diff --git a/fd6130/exabytes-sms-bundle/1.0/manifest.json b/fd6130/exabytes-sms-bundle/1.0/manifest.json new file mode 100644 index 00000000..43b0f155 --- /dev/null +++ b/fd6130/exabytes-sms-bundle/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Fd\\ExabytesBundle\\FdExabytesBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "EXABYTES_USERNAME": "", + "EXABYTES_PASSWORD": "" + } +} \ No newline at end of file