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 159bca4 commit 425d6faCopy full SHA for 425d6fa
apps/polyflix/src/environments/environment.ts
@@ -9,7 +9,7 @@ import { Environment } from '@core/types/environment.type'
9
*/
10
export const environment: Environment = {
11
mocked: true,
12
- api: 'http://localhost:4000',
+ api: 'http://localhost:3000',
13
minioUrl: 'http://localhost:9000',
14
urlRealm: 'http://localhost:3002/',
15
redirectUri: 'http://localhost:3000/auth/redirect',
0 commit comments