Browse Source

修改IP地址

yingp 7 years ago
parent
commit
d8dc86fb9b

+ 8 - 8
README.md

@@ -103,11 +103,11 @@
 | 192.168.0.178 |  root  | select123*** |  CentOS7, Docker  | Cpu: 4, Mem: 8G, Disk: 20G |
 | 192.168.0.179 |  root  | select123*** |  CentOS7, Docker  | Cpu: 4, Mem: 8G, Disk: 20G |
 | 192.168.0.180 |  root  | select123*** |  CentOS7, Docker  | Cpu: 4, Mem: 8G, Disk: 20G |
-| 192.168.0.182 |  root  | select123*** |  CentOS7, Docker  | Cpu: 4, Mem: 8G, Disk: 80G |
+| 192.168.0.181 |  root  | select123*** |  CentOS7, Docker  | Cpu: 4, Mem: 8G, Disk: 80G |
 
 > 构建
 
-* [jenkins](http://192.168.0.182:8080/job/saas) **账号** admin **密码** select123***
+* [jenkins](http://192.168.0.181:8080/job/saas) **账号** admin **密码** select123***
 
 > 日志
 
@@ -117,11 +117,11 @@
 
 > 服务
 
-* [eureka http://192.168.0.182:8500](http://192.168.0.182:8500) **账号** admin **密码** select111***
-* [eureka 本地调试 http://192.168.0.182:8510](http://192.168.0.182:8510) **账号** admin **密码** select111***
-* [gateway http://192.168.0.182:8560](http://192.168.0.182:8560)
-* [gateway 本地调试 http://192.168.0.182:8570](http://192.168.0.182:8570)
-* [admin](http://192.168.0.182:8520) **账号** admin **密码** select111***
-* [zipkin](http://192.168.0.182:8540) **账号** admin **密码** select111***
+* [eureka http://192.168.0.181:8500](http://192.168.0.181:8500) **账号** admin **密码** select111***
+* [eureka 本地调试 http://192.168.0.181:8510](http://192.168.0.181:8510) **账号** admin **密码** select111***
+* [gateway http://192.168.0.181:8560](http://192.168.0.181:8560)
+* [gateway 本地调试 http://192.168.0.181:8570](http://192.168.0.181:8570)
+* [admin](http://192.168.0.181:8520) **账号** admin **密码** select111***
+* [zipkin](http://192.168.0.181:8540) **账号** admin **密码** select111***
 
 

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

@@ -53,7 +53,7 @@ eureka:
   client:
     registryFetchIntervalSeconds: 5
     serviceUrl:
-      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.182:8510/eureka/
+      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
 server:
   port: 8920
   tomcat:

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

@@ -47,7 +47,7 @@ eureka:
   client:
     registryFetchIntervalSeconds: 5
     serviceUrl:
-      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.182:8510/eureka/
+      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
 management:
   endpoints:
     web:

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

@@ -44,7 +44,7 @@ eureka:
   client:
     registryFetchIntervalSeconds: 5
     serviceUrl:
-      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.182:8510/eureka/
+      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
 management:
   endpoints:
     web:

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

@@ -47,7 +47,7 @@ eureka:
   client:
     registryFetchIntervalSeconds: 5
     serviceUrl:
-      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.182:8510/eureka/
+      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
 management:
   endpoints:
     web:

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

@@ -45,7 +45,7 @@ eureka:
   client:
     registryFetchIntervalSeconds: 5
     serviceUrl:
-      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.182:8510/eureka/
+      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
 management:
   endpoints:
     web:

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

@@ -47,7 +47,7 @@ eureka:
   client:
     registryFetchIntervalSeconds: 5
     serviceUrl:
-      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.182:8510/eureka/
+      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
 management:
   endpoints:
     web:

+ 1 - 1
base-servers/admin-server/src/main/resources/application.yml

@@ -22,7 +22,7 @@ eureka:
   client:
     registryFetchIntervalSeconds: 5
     serviceUrl:
-      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.182:8500/eureka/
+      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8500/eureka/
 info:
   name: '@project.artifactId@'
   description: '@project.description@'

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

@@ -51,7 +51,7 @@ eureka:
   client:
     registryFetchIntervalSeconds: 5
     serviceUrl:
-      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.182:8510/eureka/
+      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
 server:
   port: 8640
   tomcat:

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

@@ -55,7 +55,7 @@ eureka:
   client:
     registryFetchIntervalSeconds: 5
     serviceUrl:
-      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.182:8510/eureka/
+      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
 server:
   port: 8660
   tomcat:

+ 4 - 4
frontend/saas-portal-web/config/env.js

@@ -3,11 +3,11 @@ if (process.env.NODE_ENV == 'production') {
         profile: 'production',
         frontend: {
             // 前端地址
-            baseUrl: 'http://192.168.0.182'
+            baseUrl: 'http://192.168.0.181'
         },
         server: {
             // 后端接口网关
-            baseUrl: 'http://192.168.0.182:8560',
+            baseUrl: 'http://192.168.0.181:8560',
             // 账户中心接口
             ssoUrl: 'http://192.168.253.12:32323'
         }
@@ -17,12 +17,12 @@ if (process.env.NODE_ENV == 'production') {
         profile: 'development',
         frontend: {
             // 前端地址
-            baseUrl: 'http://192.168.0.182'
+            baseUrl: 'http://192.168.0.181'
             // baseUrl: 'http://127.0.0.1:1841'
         },
         server: {
             // 后端接口网关
-            baseUrl: 'http://192.168.0.182:8560',
+            baseUrl: 'http://192.168.0.181:8560',
             // 账户中心接口
             ssoUrl: 'http://192.168.253.12:32323'
         }

+ 3 - 3
frontend/saas-web/app.json

@@ -298,7 +298,7 @@
         "server": {
             "basePath": {
                 "https": "https://saas-api-dev.usoftchina.com:5443",
-                "http": "http://192.168.0.182:8560"
+                "http": "http://192.168.0.181:8560"
             },
             "urlPattern": "^\/api\/"
         }
@@ -311,7 +311,7 @@
         "server": {
             "basePath": {
                 "https": "https://saas-api-dev.usoftchina.com:5443",
-                "http": "http://192.168.0.182:8560"
+                "http": "http://192.168.0.181:8560"
             },
             "urlPattern": "^\/api\/"
         }
@@ -327,7 +327,7 @@
         "server": {
             "basePath": {
                 "https": "https://saas-api-dev.usoftchina.com:5443",
-                "http": "http://192.168.0.182:8560"
+                "http": "http://192.168.0.181:8560"
             },
             "urlPattern": "^\/api\/"
         }