You've already forked symfony-recipes
fixed manifest file
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
magdev_gitea:
|
|
||||||
connections:
|
|
||||||
default:
|
|
||||||
baseurl: '%env(GITEA_BASEURL)%'
|
|
||||||
token: '%env(GITEA_ACCESS_TOKEN)%'
|
|
||||||
@@ -1,15 +1,34 @@
|
|||||||
{
|
{
|
||||||
"bundles": {
|
"manifests": {
|
||||||
"Magdev\\GiteaBundle\\MagdevGiteaBundle": [
|
"magdev/gitea-bundle": {
|
||||||
"all"
|
"manifest": {
|
||||||
]
|
"bundles": {
|
||||||
},
|
"Magdev\\GiteaBundle\\MagdevGiteaBundle": [
|
||||||
"copy-from-recipe": {
|
"all"
|
||||||
"config/": "%CONFIG_DIR%/"
|
]
|
||||||
},
|
},
|
||||||
"env": {
|
"copy-from-recipe": {
|
||||||
"#1": "Go to your Gitea instance account and create a token",
|
"config/": "%CONFIG_DIR%/"
|
||||||
"GITEA_ACCESS_TOKEN": "<gitea-access-token>",
|
},
|
||||||
"GITEA_BASEURL": "<gitea-instance-url>"
|
"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",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user