comparison jbrowse2/config.json.sample @ 0:cd5d63cd0eb5 draft

Uploaded
author fubar
date Wed, 03 Jan 2024 01:36:39 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:cd5d63cd0eb5
1 {
2 "configuration": {
3 "rpc": {
4 "defaultDriver": "WebWorkerRpcDriver",
5 "drivers": {
6 "MainThreadRpcDriver": {},
7 "WebWorkerRpcDriver": {}
8 }
9 },
10 "logoPath": {
11 "locationType": "UriLocation",
12 "uri": ""
13 }
14 },
15 "plugins": [],
16 "assemblies": [],
17 "tracks": [],
18 "internetAccounts": [],
19 "aggregateTextSearchAdapters": [],
20 "connections": [],
21 "defaultSession": {}
22 }