You've already forked symfony-recipes
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"magdev/gitea-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Magdev\\GiteaBundle\\MagdevGiteaBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"env": {
|
|
"#1": "Configure your gitea instance details",
|
|
"#2": "GITEA_ACCESS_TOKEN=<gitea-access-token>",
|
|
"#3": "GITEA_BASEURL=<gitea-instance-url>"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/magdev_gitea.yaml": {
|
|
"contents": [
|
|
"magdev_gitea:",
|
|
"connections:",
|
|
"default:",
|
|
"baseurl: '%env(GITEA_BASEURL)%'",
|
|
"token: '%env(GITEA_ACCESS_TOKEN)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "f989fdd7124ff7c9c2d1b62f622f4415906d327d"
|
|
}
|
|
}
|
|
}
|