mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"dekalee/enom-bundle": {
|
|
"manifest": {
|
|
"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"
|
|
},
|
|
"post-install-output": [
|
|
" * The Dekalee/EnomBundle needs your enom configuration.",
|
|
" Modify your ENOM_UID, ENOM_PASSWORD, ENOM_BASE_URL config in <fg=green>.env</>"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/dekalee_enom.yaml": {
|
|
"contents": [
|
|
"dekalee_enom:",
|
|
" uid: '%env(ENOM_UID)%'",
|
|
" password: '%env(ENOM_PASSWORD)%'",
|
|
" base_url: '%env(ENOM_BASE_URL)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "f5d48d7f8a5a1f9661446151006f242771168d00"
|
|
}
|
|
}
|
|
}
|