Skip to content

Commit

Permalink
fix(domain): updating to new fusion portal ci domain
Browse files Browse the repository at this point in the history
  • Loading branch information
eikeland committed Dec 17, 2024
1 parent 91994fd commit c44bdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start-app/Framework.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Framework = createFrameworkProvider(async (config) => {

config.configureServiceDiscovery({
client: {
baseUri: 'https://fusion-s-portal-ci.azurewebsites.net',
baseUri: 'https://fusion.ci.fusion-dev.net',
defaultScopes: ['97978493-9777-4d48-b38a-67b0b9cd88d2/.default'],
},
});
Expand Down

0 comments on commit c44bdef

Please sign in to comment.