Skip to content

Commit

Permalink
Adapt example configs for oc10 and ocis
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Oct 12, 2020
1 parent e9aa37e commit 5354422
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/default-apps-in-example-configs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Change: Sensible default apps in example configs

We adapted the example configs for oc10 and owncloud so that the files and media-viewer apps are enabled by default.

https://github.com/owncloud/phoenix/pull/4155
5 changes: 4 additions & 1 deletion config.json.sample-oc10
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"url": "https://demo.owncloud.com/index.php/apps/oauth2/api/v1/token",
"authUrl": "https://demo.owncloud.com/index.php/apps/oauth2/authorize"
},
"apps" : ["files"],
"apps": [
"files",
"media-viewer"
],
"applications": [
{
"title": {
Expand Down
10 changes: 4 additions & 6 deletions config.json.sample-ocis
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,16 @@
},
"apps": [
"files",
"draw-io",
"markdown-editor",
"media-viewer"
],
"external_apps": [
{
"id": "accounts",
"path": "https://localhost:9200/accounts.js"
},
{
"id": "settings",
"path": "https://localhost:9200/settings.js"
},
{
"id": "accounts",
"path": "https://localhost:9200/accounts.js"
}
]
}

0 comments on commit 5354422

Please sign in to comment.