diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-16 19:59:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-17 10:55:50 +0200 |
commit | 74af5a8361f4ccb460001706ce249d50c747f361 (patch) | |
tree | 4e077f14a6c604799b15fdbea98a2d8c8bdc7576 /client/src/environments/environment.ts | |
parent | 6200d8d91710b03a72a27e35cbe6eed1e6cc8c62 (diff) | |
download | PeerTube-74af5a8361f4ccb460001706ce249d50c747f361.tar.gz PeerTube-74af5a8361f4ccb460001706ce249d50c747f361.tar.zst PeerTube-74af5a8361f4ccb460001706ce249d50c747f361.zip |
Client E2E tests first step
Diffstat (limited to 'client/src/environments/environment.ts')
-rw-r--r-- | client/src/environments/environment.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 364da6745..5bb6f4b34 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts | |||
@@ -4,6 +4,6 @@ | |||
4 | 4 | ||
5 | export const environment = { | 5 | export const environment = { |
6 | production: false, | 6 | production: false, |
7 | hmr: true, | 7 | hmr: false, |
8 | apiUrl: 'http://localhost:9000' | 8 | apiUrl: 'http://localhost:9000' |
9 | } | 9 | } |