Authored by TaoHuang

fix video

@@ -96,7 +96,7 @@ module.exports = { @@ -96,7 +96,7 @@ module.exports = {
96 zookeeperServer: '127.0.0.1:2181', 96 zookeeperServer: '127.0.0.1:2181',
97 redis: { 97 redis: {
98 connect: { 98 connect: {
99 - host: '192.168.102.49', 99 + host: '192.168.104.201',
100 100
101 // host: '127.0.0.1', 101 // host: '127.0.0.1',
102 port: '6379', 102 port: '6379',
@@ -4,8 +4,7 @@ module.exports = [ @@ -4,8 +4,7 @@ module.exports = [
4 query: { 4 query: {
5 columnType: Number 5 columnType: Number
6 }, 6 },
7 - cacheTime: 900,  
8 - cache: true, 7 + cache: false,
9 protocol: true 8 protocol: true
10 }, 9 },
11 { 10 {