aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/environments/environment.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/environments/environment.ts')
-rw-r--r--client/src/environments/environment.ts6
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 @@
9import 'core-js/features/reflect' 9import 'core-js/features/reflect'
10 10
11export const environment = { 11export 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}