Skip to content

Commit

Permalink
Update src/config/ConfigService.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Derstilon authored Oct 8, 2023
1 parent 256f6bd commit 02597da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ConfigService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createGenericContext } from '../services/GenericContext';
import { UppercaseObjectKeys, ValidateKeysTuple } from '../types/TypeTransformUtil';
import { snakeToCamelCase } from '../util/Notation/Notation';

const BACKEND_URL = process.env.REACT_APP_BACKEND_URL ?? 'https://localhost:8443';
const BACKEND_URL = process.env.REACT_APP_BACKEND_URL ?? 'http://localhost:5000';
const DEMO_MODE = process.env.REACT_APP_TARGET === 'demo';
const ALT_AUTH = process.env.REACT_APP_ALT_AUTH === 'plg';

Expand Down

0 comments on commit 02597da

Please sign in to comment.