Skip to content

Commit ed95106

Browse files
authored
altcha bundle (#1782)
* altcha bundle * renamed route to huluti_altcha
1 parent 16e4b23 commit ed95106

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
huluti_altcha:
2+
enable: true
3+
hmacKey: '%env(ALTCHA_SECRET)%'
4+
5+
when@test:
6+
huluti_altcha:
7+
enable: false
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
huluti_altcha:
2+
resource: '@HulutiAltchaBundle/config/routes.yml'
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"bundles": {
3+
"Huluti\\AltchaBundle\\HulutiAltchaBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"env": {
9+
"ALTCHA_SECRET": "%generate(secret)%"
10+
}
11+
}

0 commit comments

Comments
 (0)