We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c706fd commit 0a6177dCopy full SHA for 0a6177d
1 file changed
packages/react-ui/src/app/constants/cloud.ts
@@ -1,4 +1,4 @@
1
-export const OPENOPS_CLOUD_URL = 'https://app.openops.com';
+export const OPENOPS_CLOUD_URL = 'https://test.internal.openops.com/';
2
export const OPENOPS_CONNECT_TEMPLATES_URL = `${OPENOPS_CLOUD_URL}/connect`;
3
export const OPENOPS_CONNECT_TEMPLATES_LOGOUT_URL = `${OPENOPS_CLOUD_URL}/oauth/logout`;
4
export const OPENOPS_CONNECT_TEMPLATES_POLL_INTERVAL_MS = 800;
0 commit comments