mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Merge pull request #160
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
dekalee_cdn77:
|
||||
login: "%env(DEKALEE_CDN77_LOGIN)%"
|
||||
password: "%env(DEKALEE_CDN77_PASSWORD)%"
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user