diff options
Diffstat (limited to 'client/src/environments')
-rw-r--r-- | client/src/environments/environment.e2e.ts | 2 | ||||
-rw-r--r-- | client/src/environments/environment.hmr.ts | 2 | ||||
-rw-r--r-- | client/src/environments/environment.prod.ts | 2 | ||||
-rw-r--r-- | client/src/environments/environment.ts | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/client/src/environments/environment.e2e.ts b/client/src/environments/environment.e2e.ts index b33ff9f86..a1a58e36f 100644 --- a/client/src/environments/environment.e2e.ts +++ b/client/src/environments/environment.e2e.ts | |||
@@ -2,5 +2,5 @@ export const environment = { | |||
2 | production: false, | 2 | production: false, |
3 | hmr: false, | 3 | hmr: false, |
4 | apiUrl: 'http://localhost:9001', | 4 | apiUrl: 'http://localhost:9001', |
5 | embedUrl: 'http://localhost:9001' | 5 | originServerUrl: 'http://localhost:9001' |
6 | } | 6 | } |
diff --git a/client/src/environments/environment.hmr.ts b/client/src/environments/environment.hmr.ts index 3b6eff302..ab7631920 100644 --- a/client/src/environments/environment.hmr.ts +++ b/client/src/environments/environment.hmr.ts | |||
@@ -2,5 +2,5 @@ export const environment = { | |||
2 | production: false, | 2 | production: false, |
3 | hmr: true, | 3 | hmr: true, |
4 | apiUrl: '', | 4 | apiUrl: '', |
5 | embedUrl: 'http://localhost:9000' | 5 | originServerUrl: 'http://localhost:9000' |
6 | } | 6 | } |
diff --git a/client/src/environments/environment.prod.ts b/client/src/environments/environment.prod.ts index 2e9b9fefe..e1b736c61 100644 --- a/client/src/environments/environment.prod.ts +++ b/client/src/environments/environment.prod.ts | |||
@@ -2,5 +2,5 @@ export const environment = { | |||
2 | production: true, | 2 | production: true, |
3 | hmr: false, | 3 | hmr: false, |
4 | apiUrl: '', | 4 | apiUrl: '', |
5 | embedUrl: '' | 5 | originServerUrl: '' |
6 | } | 6 | } |
diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index e00523976..5d7011265 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts | |||
@@ -12,5 +12,5 @@ export const environment = { | |||
12 | production: true, | 12 | production: true, |
13 | hmr: false, | 13 | hmr: false, |
14 | apiUrl: '', | 14 | apiUrl: '', |
15 | embedUrl: '' | 15 | originServerUrl: '' |
16 | } | 16 | } |