Skip to content

Commit

Permalink
Merge pull request #6788 from owncloud/update-config-samples
Browse files Browse the repository at this point in the history
Update config samples to reflect currently bundled apps
  • Loading branch information
Pascal Wengerter authored Apr 19, 2022
2 parents 055812d + 2ee37e1 commit 7b74900
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 25 deletions.
8 changes: 4 additions & 4 deletions config/config.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"authUrl": ""
},
"apps" : [
"files",
"draw-io",
"preview",
"user-management",
"files",
"pdf-viewer",
"search"
"preview",
"search",
"text-editor"
],
"applications" : []
}
15 changes: 3 additions & 12 deletions config/config.json.sample-oc10
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,8 @@
"files",
"preview",
"pdf-viewer",
"search"
],
"external_apps": [
{
"id": "draw-io",
"path": "web-app-draw-io",
"config": {
"url": "https://embed.diagrams.net",
"autosave": false,
"theme": "minimal"
}
}
"search",
"text-editor",
"draw-io"
]
}
11 changes: 2 additions & 9 deletions config/config.json.sample-ocis
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"preview",
"pdf-viewer",
"search",
"text-editor",
"draw-io",
"external",
"user-management"
],
Expand All @@ -25,15 +27,6 @@
{
"id": "accounts",
"path": "https://localhost:9200/accounts.js"
},
{
"id": "draw-io",
"path": "web-app-draw-io",
"config": {
"url": "https://embed.diagrams.net",
"autosave": false,
"theme": "minimal"
}
}
]
}

0 comments on commit 7b74900

Please sign in to comment.