diff options
Diffstat (limited to 'client/src/environments/environment.hmr.ts')
-rw-r--r-- | client/src/environments/environment.hmr.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/environments/environment.hmr.ts b/client/src/environments/environment.hmr.ts index 853e20803..72eed45e5 100644 --- a/client/src/environments/environment.hmr.ts +++ b/client/src/environments/environment.hmr.ts | |||
@@ -1,5 +1,6 @@ | |||
1 | export const environment = { | 1 | export const environment = { |
2 | production: false, | 2 | production: false, |
3 | hmr: true, | 3 | hmr: true, |
4 | apiUrl: '' | 4 | apiUrl: '', |
5 | embedUrl: 'http://localhost:9000/videos/embed' | ||
5 | } | 6 | } |