mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
dep icons matt comments addressed fix circular dependencies Update marketplace.service.ts
24 lines
417 B
JSON
24 lines
417 B
JSON
{
|
|
"useMocks": true,
|
|
"ui": {
|
|
"gitHash": "3fd3de293fac45b745b3691a1b1804cea6739950",
|
|
"patchDb": {
|
|
"poll": {
|
|
"cooldown": 10000
|
|
}
|
|
},
|
|
"api": {
|
|
"url": "rpc",
|
|
"version": "v1"
|
|
},
|
|
"mocks": {
|
|
"maskAs": "tor",
|
|
"skipStartupAlerts": true
|
|
},
|
|
"marketplace": {
|
|
"url": "https://beta-registry-0-3.start9labs.com",
|
|
"name": "Start9"
|
|
}
|
|
}
|
|
}
|