Jelajahi Sumber

Merge branch 'master' of http://git.cc-lotus.info/videoDemand/video_server

zs 1 tahun lalu
induk
melakukan
dcb365ff01
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/config/config.local.ts

+ 2 - 2
src/config/config.local.ts

@@ -1,6 +1,6 @@
 import { MidwayConfig } from '@midwayjs/core';
-const ip = '127.0.0.1'; //120.48.146.1
-const redisHost = '127.0.0.1';
+const ip = '120.48.146.1'; //120.48.146.1
+const redisHost = '120.48.146.1';
 const redisPwd = '123456';
 const redisDB = 6;
 const projectDB = 'video';