Browse Source

wip:redis 配置

wangshan 1 year ago
parent
commit
3c4459e3d7

+ 1 - 1
src/jfw/modules/app/src/db.json

@@ -40,7 +40,7 @@
     },
     },
   "redis": {
   "redis": {
     "main":{
     "main":{
-      "address": "other=192.168.3.149:1712,sso=192.168.3.149:1713,push=192.168.3.149:1711,session=192.168.3.149:1713,merge=192.168.3.149:1712,grayupdate=192.168.3.206:1712,newother=192.168.3.149:1712,seoCache=192.168.3.149:1712,limitation=192.168.3.149:1713"
+      "address": "other=192.168.3.149:1712,sso=192.168.3.149:1713,push=192.168.3.149:1711,session=192.168.3.149:1713,merge=192.168.3.149:1712,grayupdate=192.168.3.206:1712,newother=192.168.3.149:1712,seoCache=192.168.3.149:1712,limitation=192.168.3.149:1713,poly=192.168.3.149:1713"
     }
     }
     },
     },
     "mysql": {
     "mysql": {

+ 1 - 1
src/jfw/modules/bigmember/src/db.json

@@ -45,7 +45,7 @@
   },
   },
   "redis": {
   "redis": {
     "main":{
     "main":{
-      "address": "other=192.168.3.149:1712,session=192.168.3.149:1713,push=192.168.3.149:1712,pushcache_1=192.168.3.149:5000,pushcache_2_a=192.168.3.149:5001,pushcache_2_b=192.168.3.149:5002,newother=192.168.3.149:1712"
+      "address": "other=192.168.3.149:1712,session=192.168.3.149:1713,push=192.168.3.149:1712,pushcache_1=192.168.3.149:5000,pushcache_2_a=192.168.3.149:5001,pushcache_2_b=192.168.3.149:5002,newother=192.168.3.149:1712,poly=192.168.3.149:1713"
     }
     }
   },
   },
   "mysql": {
   "mysql": {

+ 1 - 1
src/jfw/modules/subscribepay/src/config.json

@@ -32,7 +32,7 @@
     "userName": "admin",
     "userName": "admin",
     "password": "123456"
     "password": "123456"
   },
   },
-  "redisaddrs": "other=192.168.3.149:1712,session=192.168.3.149:1713,push=192.168.3.149:1712,newother=192.168.3.149:1712,limitation=192.168.3.149:1712",
+  "redisaddrs": "other=192.168.3.149:1712,session=192.168.3.149:1713,push=192.168.3.149:1712,newother=192.168.3.149:1712,limitation=192.168.3.149:1712,poly=192.168.3.149:1713",
   "elasticsearch": "http://192.168.3.149:9200",
   "elasticsearch": "http://192.168.3.149:9200",
   "elasticPoolSize": 30,
   "elasticPoolSize": 30,
   "elasticVersion": "v7",
   "elasticVersion": "v7",