We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9f434 commit e366a92Copy full SHA for e366a92
frontend/src/index.ts
@@ -40,7 +40,7 @@ const DEFAULT_MANAGER_CONFIG: ManagerConfig = {
40
keycloakUrl: ML_OR_KEYCLOAK_URL || '',
41
auth: Auth.KEYCLOAK,
42
autoLogin: true,
43
- realm: 'master',
+ realm: undefined,
44
consoleAutoEnable: true,
45
loadTranslations: ['or'],
46
eventProviderType: EventProviderType.POLLING
0 commit comments