You've already forked symfony-recipes
56 lines
2.3 KiB
JSON
56 lines
2.3 KiB
JSON
{
|
|
"manifests": {
|
|
"magdev/listmonk-api-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Magdev\\ListmonkApiBundle\\MagdevListmonkApiBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"env": {
|
|
"#1": "Configure your Listmonk instance details",
|
|
"#2": "LISTMONK_TOKEN=<listmonk-api-token>",
|
|
"#3": "LISTMONK_USERNAME=<listmonk-api-username>",
|
|
"#4": "LISTMONK_HOSTNAME=<listmonk-host-including-protocol>"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/magdev_listmonk.yaml": {
|
|
"contents": [
|
|
"magdev_listmonk:",
|
|
"connections:",
|
|
"default:",
|
|
"hostname: '%env(LISTMONK_HOSTNAME)%'",
|
|
"username: '%env(LISTMONK_USERNAME)%'",
|
|
"token: '%env(LISTMONK_TOKEN)%'",
|
|
"verify_https: true",
|
|
"options:",
|
|
"logger:",
|
|
"level: 300",
|
|
"",
|
|
"when@dev:",
|
|
"magdev_listmonk:",
|
|
"connections:",
|
|
"default:",
|
|
"verify_https: false",
|
|
"options:",
|
|
"logger:",
|
|
"level: 100",
|
|
"",
|
|
"when@test:",
|
|
"magdev_listmonk:",
|
|
"connections:",
|
|
"default:",
|
|
"options:",
|
|
"logger:",
|
|
"level: 400",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "f389fde9124ff7c9c2d1b62f6cde4415906d3245"
|
|
}
|
|
}
|
|
}
|