mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
add registries.json and use real marketplace name
This commit is contained in:
committed by
Aiden McClelland
parent
798e17f636
commit
94a6cd4ff6
14
frontend/registries.json
Normal file
14
frontend/registries.json
Normal 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)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user