dekalee-cdn77-bundle recipe

This commit is contained in:
Nicolas Thal
2017-11-29 12:24:23 +01:00
parent 291c1b0457
commit 072675ecdb
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,3 @@
dekalee_cdn77:
login: "%env(DEKALEE_CDN77_LOGIN)%"
password: "%env(DEKALEE_CDN77_PASSWORD)%"
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Dekalee\\Cdn77Bundle\\DekaleeCdn77Bundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DEKALEE_CDN77_LOGIN": "not-a-real-login",
"DEKALEE_CDN77_PASSWORD": "@@not-a-real-password"
}
}