]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/environments/environment.hmr.ts
Little i18n refractoring
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.hmr.ts
index 78cc8a992587b175a081f4701bcc702d7efb901e..20e2b8fcd1468d2978bd549e86b28e46e18a040a 100644 (file)
@@ -1,5 +1,5 @@
 export const environment = {
   production: false,
   hmr: true,
-  apiUrl: 'http://192.168.1.42:9000'
+  apiUrl: 'http://localhost:9000'
 }