Browse Source

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

zs 1 năm trước cách đây
mục cha
commit
dcb365ff01
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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';