Skip to content

Commit

Permalink
Merge pull request #4155 from owncloud/default-configs
Browse files Browse the repository at this point in the history
Default apps in example configs
  • Loading branch information
kulmann committed Oct 13, 2020
2 parents 470bf68 + 5354422 commit b261e9a
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 b261e9a

Please sign in to comment.