mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"bundles": {
|
|
"Dekalee\\EnomBundle\\DekaleeEnomBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#ENOM_UID": "your-enom-uid",
|
|
"#ENOM_PASSWORD": "your-enom-password",
|
|
"#ENOM_BASE_URL": "your-enom-api-base-url"
|
|
}
|
|
}
|