Browse Source

redis、nginx迁移

yingp 5 years ago
parent
commit
cdc1e78435
18 changed files with 20 additions and 22 deletions
  1. 3 5
      README.md
  2. 1 1
      applications/commons/commons-server/src/main/resources/config/application-docker-prod.yml
  3. 1 1
      applications/document/document-server/src/main/resources/config/application-docker-prod.yml
  4. 1 1
      applications/money/money-server/src/main/resources/config/application-docker-prod.yml
  5. 1 1
      applications/operation/operation-auth-server/src/main/resources/config/application-docker-prod.yml
  6. 1 1
      applications/operation/operation-server/src/main/resources/config/application-docker-prod.yml
  7. 1 1
      applications/purchase/purchase-server/src/main/resources/config/application-docker-prod.yml
  8. 1 1
      applications/sale/sale-server/src/main/resources/config/application-docker-prod.yml
  9. 1 1
      applications/storage/storage-server/src/main/resources/config/application-docker-prod.yml
  10. 1 1
      applications/transfers/transfers-server/src/main/resources/config/application-docker-prod.yml
  11. 1 1
      base-servers/account/account-server/src/main/resources/config/application-docker-prod.yml
  12. 1 1
      base-servers/auth/auth-server/src/main/resources/config/application-docker-prod.yml
  13. 1 1
      base-servers/datacenter/datacenter-server/src/main/resources/config/application-docker-prod.yml
  14. 1 1
      base-servers/file/file-server/src/main/resources/config/application-docker-prod.yml
  15. 1 1
      base-servers/gateway-server/src/main/resources/config/application-docker-prod.yml
  16. 1 1
      base-servers/mail/mail-server/src/main/resources/config/application-docker-prod.yml
  17. 1 1
      base-servers/sms/sms-server/src/main/resources/config/application-docker-prod.yml
  18. 1 1
      base-servers/socket/socket-server/src/main/resources/config/application-docker-prod.yml

+ 3 - 5
README.md

@@ -182,17 +182,15 @@
 | 类型 | 地址 | 账号 | 密码 | 说明 |
 | ---- | :----: | :----: | :----: | ---- |
 | rabbitmq | 10.10.100.40:5672 | saas | select123*** | 消息中间件 [控制台](http://10.10.100.40:15672)|
-| redis | 10.10.100.173:6379 | | | 内存数据库 |
+| redis | 10.10.100.23:6379 | | | 内存数据库 |
 
 
 > 服务器
 
 | IP      |  账号  |  密码  |  环境  |  资源  |
 | --------   | :----:  | :----: | :------:  | :------:  |
-| 10.10.100.40 |  centos  | mykey.key |  CentOS6, RabbitMQ, ELK, MongoDB  | Cpu: 40, Mem: 128G, Disk: 600G |
-| 10.10.100.127 |  centos  | mykey.key |  CentOS6, Nginx  | Cpu: 4, Mem: 8G, Disk: 35G |
-| 10.10.100.173 |  centos  | mykey.key |  CentOS6, Redis  | Cpu: 4, Mem: 8G, Disk: 35G |
-| 10.10.100.23 |  root  | 62cddbcc624b1b072d84117cc0e5a4db |  CentOS7, Docker  | Cpu: 40, Mem: 128G, Disk: 800G |
+| 10.10.100.40 |  centos  | mykey.key |  CentOS6, RabbitMQ, ELK, MongoDB, Nginx  | Cpu: 40, Mem: 128G, Disk: 600G |
+| 10.10.100.23 |  root  | 62cddbcc624b1b072d84117cc0e5a4db |  CentOS7, Docker, Redis  | Cpu: 40, Mem: 128G, Disk: 800G |
 | 10.10.100.24 |  root  | 4fd19c28ee472ef9ebc3c06de9277c1b |  CentOS7, Docker  | Cpu: 40, Mem: 128G, Disk: 800G |
 | 10.10.100.25 |  root  | 61a12a65cd42ef77a52dfef8e436bacc |  CentOS7, Docker  | Cpu: 40, Mem: 128G, Disk: 800G |
 | 10.10.100.26 |  root  | 8743e445c7a308edf4588b7997b21c73 |  CentOS7, Docker  | Cpu: 40, Mem: 128G, Disk: 800G |

+ 1 - 1
applications/commons/commons-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
applications/document/document-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
applications/money/money-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
applications/operation/operation-auth-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
applications/operation/operation-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
applications/purchase/purchase-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
applications/sale/sale-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
applications/storage/storage-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
applications/transfers/transfers-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
base-servers/account/account-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
base-servers/auth/auth-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
base-servers/datacenter/datacenter-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
   data:
     mongodb:

+ 1 - 1
base-servers/file/file-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 fdfs:
   tracker-list:

+ 1 - 1
base-servers/gateway-server/src/main/resources/config/application-docker-prod.yml

@@ -13,7 +13,7 @@ spring:
     username: saas
     password: select123***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
base-servers/mail/mail-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
base-servers/sms/sms-server/src/main/resources/config/application-docker-prod.yml

@@ -17,7 +17,7 @@ spring:
     username: saas
     password: select111***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
base-servers/socket/socket-server/src/main/resources/config/application-docker-prod.yml

@@ -13,7 +13,7 @@ spring:
     username: saas
     password: select123***
   redis:
-    host: 10.10.100.173
+    host: 10.10.100.23
     port: 6379
 logging:
   destination: 10.10.100.40:5000