You've already forked symfony-recipes
added listmonk-api-bundle, removed splash-bundle
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
"magdev/redmine-bundle": [
|
"magdev/redmine-bundle": [
|
||||||
"1.0"
|
"1.0"
|
||||||
],
|
],
|
||||||
"magdev/splash-bundle": [
|
"magdev/listmonk-api-bundle": [
|
||||||
"1.0"
|
"0.1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
|
|||||||
55
magdev.listmonk-api-bundle.0.1.json
Normal file
55
magdev.listmonk-api-bundle.0.1.json
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"manifests": {
|
|
||||||
"magdev/splash-bundle": {
|
|
||||||
"manifest": {
|
|
||||||
"bundles": {
|
|
||||||
"Magdev\\SplashBundle\\MagdevSplashBundle": [
|
|
||||||
"all"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"env": {
|
|
||||||
"#2": "SPLASH_BASE_URL=<splash-base-url>",
|
|
||||||
"#3": "SPLASH_RENDERER=render.html"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"files": {
|
|
||||||
"config/packages/magdev_splash.yaml": {
|
|
||||||
"contents": [
|
|
||||||
"magdev_splash:",
|
|
||||||
" connections:",
|
|
||||||
" default:",
|
|
||||||
" baseurl: '%env(SPLASH_BASE_URL)%'",
|
|
||||||
" token: '%env(SPLASH_RENDERER)%'",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"executable": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ref": "f989fdd7124ff7c9c2d1b62f622f4415906d327d"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user