diff options
Diffstat (limited to 'client/src/environments/environment.e2e.ts')
-rw-r--r-- | client/src/environments/environment.e2e.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/environments/environment.e2e.ts b/client/src/environments/environment.e2e.ts new file mode 100644 index 000000000..7c00e8d4f --- /dev/null +++ b/client/src/environments/environment.e2e.ts | |||
@@ -0,0 +1,5 @@ | |||
1 | export const environment = { | ||
2 | production: false, | ||
3 | hmr: false, | ||
4 | apiUrl: 'http://localhost:9001' | ||
5 | } | ||