Merge pull request #160

This commit is contained in:
symfony-flex-server[bot]
2017-11-30 19:40:57 +00:00
committed by GitHub
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": "your-cdn77-login",
"DEKALEE_CDN77_PASSWORD": "@@your-cdn77-password"
}
}