Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions tito10047/altcha-bundle/2.0/config/packages/altcha.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
altcha:
hmacKey: '%env(ALTCHA_SECRET)%'
enable: true
include_script: true

when@test:
altcha:
enable: false
2 changes: 2 additions & 0 deletions tito10047/altcha-bundle/2.0/config/routes/altcha.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
altcha:
resource: '@AltchaBundle/config/routes.yml'
11 changes: 11 additions & 0 deletions tito10047/altcha-bundle/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"bundles": {
"Tito10047\\AltchaBundle\\AltchaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ALTCHA_SECRET": "%generate(secret)%"
}
}