Skip to content

Commit

Permalink
Add config samples
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualEvan committed Dec 9, 2020
1 parent 8bc0e3b commit b95c278
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.json.sample-oc10
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,16 @@
"icon": "info",
"path": "/internal-app"
}
],
"external_apps": [
{
"id": "draw-io",
"path": "apps/draw-io/dist/draw-io.bundle.js",
"config": {
"url": "https://embed.diagrams.net",
"autosave": false,
"theme": "minimal"
}
}
]
}
9 changes: 9 additions & 0 deletions config.json.sample-ocis
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
{
"id": "accounts",
"path": "https://localhost:9200/accounts.js"
},
{
"id": "draw-io",
"path": "apps/draw-io/dist/draw-io.bundle.js",
"config": {
"url": "https://embed.diagrams.net",
"autosave": false,
"theme": "minimal"
}
}
]
}

0 comments on commit b95c278

Please sign in to comment.