altcha bundle (#1782)

* altcha bundle

* renamed route to huluti_altcha
This commit is contained in:
Jozef Mostka
2025-04-19 21:20:21 +04:00
committed by GitHub
parent 16e4b23c18
commit ed9510620e
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,7 @@
huluti_altcha:
enable: true
hmacKey: '%env(ALTCHA_SECRET)%'
when@test:
huluti_altcha:
enable: false
@@ -0,0 +1,2 @@
huluti_altcha:
resource: '@HulutiAltchaBundle/config/routes.yml'
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"Huluti\\AltchaBundle\\HulutiAltchaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ALTCHA_SECRET": "%generate(secret)%"
}
}