You've already forked symfony-recipes
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"magdev/btcpayserver-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Magdev\\BtcPayserverBundle\\MagdevBtcPayserverBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"env": {
|
|
"#1": "Configure your BTCpayserver instance details",
|
|
"#2": "BTCPAYSERVER_URL=<btcpayserver-url>",
|
|
"#3": "BTCPAYSERVER_APIKEY=<btcpayserver-apikey>"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/magdev_btcpayserver.yaml": {
|
|
"contents": [
|
|
"magdev_btcpayserver:",
|
|
"connections:",
|
|
"default:",
|
|
"url: '%env(BTCPAYSERVER_URL)%'",
|
|
"apikey: '%env(BTCPAYSERVER_APIKEY)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "f989fdd7124ff7c9c2d1b62f622f4415906d3bc3"
|
|
}
|
|
}
|
|
}
|