mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 20:43:41 +00:00
environment-based default registry
This commit is contained in:
@@ -13,6 +13,7 @@ export type WorkspaceConfig = {
|
||||
skipStartupAlerts: boolean
|
||||
}
|
||||
}
|
||||
defaultRegistry: string
|
||||
}
|
||||
|
||||
export const defaultRegistries = {
|
||||
@@ -24,4 +25,5 @@ export const knownRegistries = {
|
||||
...defaultRegistries,
|
||||
start9Alpha: 'https://alpha-registry-x.start9.com/',
|
||||
start9Beta: 'https://beta-registry.start9.com/',
|
||||
communityBeta: 'https://community-beta-registry.start9.com/',
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user