aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/environments
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/environments')
-rw-r--r--client/src/environments/environment.prod.ts1
-rw-r--r--client/src/environments/environment.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/client/src/environments/environment.prod.ts b/client/src/environments/environment.prod.ts
index c9f5a3b63..d5dfe5573 100644
--- a/client/src/environments/environment.prod.ts
+++ b/client/src/environments/environment.prod.ts
@@ -1,4 +1,5 @@
1export const environment = { 1export const environment = {
2 production: true, 2 production: true,
3 hmr: false,
3 apiUrl: '' 4 apiUrl: ''
4} 5}
diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts
index 43d788541..42b8baee8 100644
--- a/client/src/environments/environment.ts
+++ b/client/src/environments/environment.ts
@@ -5,5 +5,6 @@
5 5
6export const environment = { 6export const environment = {
7 production: false, 7 production: false,
8 hmr: true,
8 apiUrl: 'http://localhost:9000' 9 apiUrl: 'http://localhost:9000'
9} 10}