You've already forked symfony-recipes
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"magdev/gitea-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Magdev\\GiteaBundle\\MagdevGiteaBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"GITEA_ACCESS_TOKEN": "<gitea-access-token>",
|
|
"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": "7405f3bf1612ef659121afed4dddef636c6c7ff00",
|
|
}
|
|
}
|
|
}
|