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