add registries.json and use real marketplace name

This commit is contained in:
Matt Hill
2022-02-25 17:19:14 -07:00
committed by Aiden McClelland
parent 798e17f636
commit 94a6cd4ff6
11 changed files with 111 additions and 59 deletions

14
frontend/registries.json Normal file
View File

@@ -0,0 +1,14 @@
{
"prod": {
"url": "https://registry.start9.com",
"name": "Embassy Marketplace"
},
"beta": {
"url": "https://beta-registry-0-3.start9labs.com",
"name": "Embassy Marketplace (Beta)"
},
"alpha": {
"url": "https://alpha-registry-0-3.start9labs.com",
"name": "Embassy Marketplace (Alpha)"
}
}