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