Skip to content

Commit ecdcef4

Browse files
committed
fix dev env
1 parent 77db132 commit ecdcef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/utils/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const environmentConfig = {
1414
scope: 'openid profile email offline_access',
1515
},
1616
develop: {
17-
endpoint: 'https://platform-dev.aignostics.com',
17+
endpoint: 'https://platform-dev.aignostics.ai',
1818
issuerURL: 'https://dev-8ouohmmrbuh2h4vu.eu.auth0.com/oauth',
1919
clientID: 'gqduveFvx7LX90drQPGzr4JGUYdh24gA',
2020
audience: 'https://dev-8ouohmmrbuh2h4vu-samia',

0 commit comments

Comments
 (0)