aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/environments
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-22 09:16:05 +0200
committerChocobozzz <me@florianbigard.com>2018-05-22 09:17:21 +0200
commite7eb5b399725afe7bae2dac27235a6e9478a2f12 (patch)
treec8e3dbbc50bfb1d6033b995b14977c934d625588 /client/src/environments
parent0b33c5206023de0946b247e767087a518e0dec9a (diff)
downloadPeerTube-e7eb5b399725afe7bae2dac27235a6e9478a2f12.tar.gz
PeerTube-e7eb5b399725afe7bae2dac27235a6e9478a2f12.tar.zst
PeerTube-e7eb5b399725afe7bae2dac27235a6e9478a2f12.zip
Fix play on iOS (grumph)
Diffstat (limited to 'client/src/environments')
-rw-r--r--client/src/environments/environment.hmr.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/environments/environment.hmr.ts b/client/src/environments/environment.hmr.ts
index 20e2b8fcd..78cc8a992 100644
--- a/client/src/environments/environment.hmr.ts
+++ b/client/src/environments/environment.hmr.ts
@@ -1,5 +1,5 @@
1export const environment = { 1export const environment = {
2 production: false, 2 production: false,
3 hmr: true, 3 hmr: true,
4 apiUrl: 'http://localhost:9000' 4 apiUrl: 'http://192.168.1.42:9000'
5} 5}