Skip to content

Commit

Permalink
chore: keycloakdev instead of 01
Browse files Browse the repository at this point in the history
no-ticket
  • Loading branch information
kttkjl committed Oct 6, 2023
1 parent b82c6f3 commit 10bb443
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions app/services/api/ApiCall.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom';
import { ThemeProvider, StyledEngineProvider } from '@mui/material/styles';

import {
BadRequestError,
} from '../errors/errors';
import AlertDialog from '../../components/AlertDialog';
import theme from '../../appTheme';
import errorHandler from '../errors/errorHandler';
import SnackbarUtils from '../SnackbarUtils';
import { CallOptionsType } from './types';
Expand Down
2 changes: 1 addition & 1 deletion config/webpack/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const devConfig = (env) => ({
'window._env_': JSON.stringify({
KEYCLOAK_CLIENT_ID: 'IPR',
KEYCLOAK_REALM: 'GSC',
KEYCLOAK_URL: 'https://keycloakdev01.bcgsc.ca/auth',
KEYCLOAK_URL: 'https://keycloakdev.bcgsc.ca/auth',
API_BASE_URL: 'https://iprdev-api.bcgsc.ca/api',
GRAPHKB_URL: 'https://graphkbstaging.bcgsc.ca',
CONTACT_EMAIL: '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion config/webpack/webpack.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const localConfig = (env) => ({
'window._env_': JSON.stringify({
KEYCLOAK_CLIENT_ID: 'IPR',
KEYCLOAK_REALM: 'GSC',
KEYCLOAK_URL: 'https://keycloakdev01.bcgsc.ca/auth',
KEYCLOAK_URL: 'https://keycloakdev.bcgsc.ca/auth',
API_BASE_URL: `http://${process.env.HOSTNAME}:8080/api`,
GRAPHKB_URL: 'https://graphkbstaging.bcgsc.ca',
CONTACT_EMAIL: '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion config/webpack/webpack.staging.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const stagingConfig = (env) => ({
'window._env_': JSON.stringify({
KEYCLOAK_CLIENT_ID: 'IPR',
KEYCLOAK_REALM: 'GSC',
KEYCLOAK_URL: 'https://keycloakdev01.bcgsc.ca/auth',
KEYCLOAK_URL: 'https://keycloakdev.bcgsc.ca/auth',
API_BASE_URL: 'https://iprstaging-api.bcgsc.ca/api',
GRAPHKB_URL: 'https://graphkbstaging.bcgsc.ca',
CONTACT_EMAIL: '[email protected]',
Expand Down

0 comments on commit 10bb443

Please sign in to comment.