You've already forked symfony-recipes
fixed multiple errors
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
"magdev/redmine-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Magdev\\RedmineBundle\\MagdevGiteaBundle": [
|
||||
"Magdev\\RedmineBundle\\MagdevRedmineBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"env": {
|
||||
"#1": "Configure your redmine instance details",
|
||||
"#2": "REDMINE_ACCESS_TOKEN=<redmine-access-token>",
|
||||
"#3": "REDMINE_BASEURL=<redmine-instance-url>"
|
||||
"#1": "Configure your redmine instance access",
|
||||
"#2": "REDMINE_APIKEY=<redmine-apikey>",
|
||||
"#3": "REDMINE_URL=<redmine-instance-url>"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
@@ -19,8 +19,8 @@
|
||||
"magdev_redmine:",
|
||||
"connections:",
|
||||
"default:",
|
||||
"baseurl: '%env(REDMINE_BASEURL)%'",
|
||||
"token: '%env(REDMINE_ACCESS_TOKEN)%'",
|
||||
"url: '%env(REDMINE_URL)%'",
|
||||
"apikey: '%env(REDMINE_APIKEY)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
Reference in New Issue
Block a user