diff options
Diffstat (limited to 'client/src/environments')
-rw-r--r-- | client/src/environments/environment.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 4816e3060..e00523976 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts | |||
@@ -9,8 +9,8 @@ | |||
9 | import 'core-js/features/reflect' | 9 | import 'core-js/features/reflect' |
10 | 10 | ||
11 | export const environment = { | 11 | export const environment = { |
12 | production: false, | 12 | production: true, |
13 | hmr: false, | 13 | hmr: false, |
14 | apiUrl: 'http://localhost:9000', | 14 | apiUrl: '', |
15 | embedUrl: 'http://localhost:9000' | 15 | embedUrl: '' |
16 | } | 16 | } |