Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Jan 23, 2024
1 parent acde6a0 commit 4a2aa1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clusterBases.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const clusterBases = Object.freeze({
export const clusterBases = {
developmentWebConsole: 'dev.radix.equinor.com',
playgroundWebConsole: 'playground.radix.equinor.com',
radixPlatformWebConsole: 'radix.equinor.com',
radixPlatform2WebConsole: 'c2.radix.equinor.com',
});
} as const;

0 comments on commit 4a2aa1a

Please sign in to comment.