-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
41 lines (41 loc) · 1.52 KB
/
config.json
File metadata and controls
41 lines (41 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"defaultSettings": {
"initialized": false,
"loadDefaultView": true,
"basemapsInclude": true,
"autoUpdate": true,
"lastDigestSync": null,
"lastResourceSync": null,
"lastBrowsePath": null,
"pluginVersion": null,
"basemapRegion": "United States",
"dockLocation": "left",
"localBLFolder": null,
"dockVisible": false,
"dockHeight": 600,
"lastDownloadPath": null
},
"constants": {
"logCategory": "Riverscapes Viewer",
"settingsCategory": "RiverscapesViewer",
"businessLogicDir": "blXML",
"symbologyDir": "symbology",
"qrisDir": "QRiS",
"digestSyncFreqHours": 24,
"warehouseUrl": "https://data.riverscapes.net",
"webUrl": "https://viewer.riverscapes.net",
"issueUrl": "https://github.com/Riverscapes/QRAVEPlugin/issues",
"changelogUrl": "https://github.com/Riverscapes/QRAVEPlugin/releases",
"resourcesUrl": "https://xml.riverscapes.net/",
"acknowledgementsUrl": "https://viewer.riverscapes.net/about/acknowledgements",
"DE_API_URL": "https://api.data.riverscapes.net",
"DE_API_AUTH": {
"audience": "https://api.riverscapes.net",
"domain": "auth.riverscapes.net",
"clientId": "pH1ADlGVi69rMozJS1cixkuL5DMVLhKC",
"scope": "openid",
"success_url": "https://data.riverscapes.net/login_success",
"port": 4721
}
}
}