diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-22 09:42:05 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-22 09:42:05 +0200 |
commit | f954b5da2a9a5960d7c9563522f1ac0b2c10f96c (patch) | |
tree | 288d07e44319b6bdee6c23d05956aa152ec68580 /client/src/environments | |
parent | e7eb5b399725afe7bae2dac27235a6e9478a2f12 (diff) | |
download | PeerTube-f954b5da2a9a5960d7c9563522f1ac0b2c10f96c.tar.gz PeerTube-f954b5da2a9a5960d7c9563522f1ac0b2c10f96c.tar.zst PeerTube-f954b5da2a9a5960d7c9563522f1ac0b2c10f96c.zip |
Fix change detection in app component
Diffstat (limited to 'client/src/environments')
-rw-r--r-- | client/src/environments/environment.hmr.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/environments/environment.hmr.ts b/client/src/environments/environment.hmr.ts index 78cc8a992..20e2b8fcd 100644 --- a/client/src/environments/environment.hmr.ts +++ b/client/src/environments/environment.hmr.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | export const environment = { | 1 | export const environment = { |
2 | production: false, | 2 | production: false, |
3 | hmr: true, | 3 | hmr: true, |
4 | apiUrl: 'http://192.168.1.42:9000' | 4 | apiUrl: 'http://localhost:9000' |
5 | } | 5 | } |