diff --git a/huluti/altcha-bundle/1.0/config/packages/huluti_altcha.yaml b/huluti/altcha-bundle/1.0/config/packages/huluti_altcha.yaml new file mode 100644 index 00000000..7eb05fd5 --- /dev/null +++ b/huluti/altcha-bundle/1.0/config/packages/huluti_altcha.yaml @@ -0,0 +1,7 @@ +huluti_altcha: + enable: true + hmacKey: '%env(ALTCHA_SECRET)%' + +when@test: + huluti_altcha: + enable: false diff --git a/huluti/altcha-bundle/1.0/config/routes/huluti_altcha.yaml b/huluti/altcha-bundle/1.0/config/routes/huluti_altcha.yaml new file mode 100644 index 00000000..19d5a00f --- /dev/null +++ b/huluti/altcha-bundle/1.0/config/routes/huluti_altcha.yaml @@ -0,0 +1,2 @@ +huluti_altcha: + resource: '@HulutiAltchaBundle/config/routes.yml' diff --git a/huluti/altcha-bundle/1.0/manifest.json b/huluti/altcha-bundle/1.0/manifest.json new file mode 100644 index 00000000..493ec33d --- /dev/null +++ b/huluti/altcha-bundle/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Huluti\\AltchaBundle\\HulutiAltchaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ALTCHA_SECRET": "%generate(secret)%" + } +}