-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
27 lines (27 loc) · 969 Bytes
/
config.json
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
{
"defaultSettings": {
"initialized": false,
"loadDefaultView": true,
"basemapsInclude": true,
"autoUpdate": true,
"lastDigestSync": null,
"lastResourceSync": null,
"lastBrowsePath": null,
"pluginVersion": null,
"basemapRegion": "United States"
},
"constants": {
"logCategory": "QRiS",
"settingsCategory": "QRiS",
"businessLogicDir": "blXML",
"symbologyDir": "symbology",
"digestSyncFreqHours": 24,
"warehouseUrl": "https://data.riverscapes.net",
"webUrl": "https://qris.riverscapes.net",
"issueUrl": "https://github.com/Riverscapes/QRiS/discussions",
"changelogUrl": "https://github.com/Riverscapes/QRiS/releases",
"resourcesUrl": "https://xml.riverscapes.net",
"acknowledgementsUrl": "https://qris.riverscapes.net/about/acknowledgements",
"qris_project_path": "QRIS_PROJECT_PATH"
}
}