-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
24 lines (24 loc) · 787 Bytes
/
Copy pathconfig.json
File metadata and controls
24 lines (24 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"defaultSettings": {
"initialized": false,
"loadDefaultView": true,
"basemapsInclude": true,
"autoUpdate": true,
"lastDigestSync": null,
"lastResourceSync": null,
"lastBrowsePath": null,
"pluginVersion": null,
"basemapRegion": "United States"
},
"constants": {
"logCategory": "Enviro-Temp",
"settingsCategory": "Enviro-Temp",
"businessLogicDir": "blXML",
"symbologyDir": "symbology",
"digestSyncFreqHours": 24,
"webUrl": "https://rave.riverscapes.xyz",
"issueUrl": "https://github.com/Riverscapes/QRiS/issues",
"changelogUrl": "https://github.com/Riverscapes/QRiS/releases",
"resourcesUrl": "https://xml.riverscapes.xyz/"
}
}