fixed manifest file

This commit is contained in:
2022-02-09 07:58:38 +01:00
parent b9addc1eb8
commit 0a31212ff9
2 changed files with 31 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
magdev_gitea:
connections:
default:
baseurl: '%env(GITEA_BASEURL)%'
token: '%env(GITEA_ACCESS_TOKEN)%'

View File

@@ -1,4 +1,7 @@
{
"manifests": {
"magdev/gitea-bundle": {
"manifest": {
"bundles": {
"Magdev\\GiteaBundle\\MagdevGiteaBundle": [
"all"
@@ -8,8 +11,24 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Go to your Gitea instance account and create a token",
"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",
}
}
}