chao преди 3 години
родител
ревизия
9bb3044763
променени са 3 файла, в които са добавени 0 реда и са изтрити 103 реда
  1. 0 35
      caimei365-cloud-gateway/gateway-beta.yml
  2. 0 33
      caimei365-cloud-gateway/gateway-dev.yml
  3. 0 35
      caimei365-cloud-gateway/gateway-prod.yml

+ 0 - 35
caimei365-cloud-gateway/gateway-beta.yml

@@ -1,35 +0,0 @@
-spring:
-  redis:
-    host: 172.31.165.27
-    port: 6379
-    password: 6#xsI%b4o@5c3RoE
-    #Redis数据库索引(默认为0)
-    database: 0
-    #连接池最大连接数(使用负值表示没有限制)
-    jedis:
-      pool:
-        max-active: 50
-        #连接池最大阻塞等待时间(使用负值表示没有限制)
-        max-wait: 3000
-        #连接池中的最大空闲连接
-        max-idle: 20
-        #连接池中的最小空闲连接
-        min-idle: 2
-    #连接超时时间(毫秒)
-    timeout: 5000
-
-# 指定服务注册中心的地址
-eureka:
-  instance:
-    prefer-ip-address: true       # 是否使用 ip 地址注册
-    instance-id: ${spring.cloud.client.ip-address}:${server.port} # ip:port
-  client:
-    service-url:                  # 设置服务注册中心地址
-      defaultZone: http://47.119.112.46:18000/eureka/
-
-#日志配置
-logging:
-  file:
-    path: /mnt/newdatadrive/data/runtime/cloud-instance/cloud-gateway/logs
-  level:
-    root: info

+ 0 - 33
caimei365-cloud-gateway/gateway-dev.yml

@@ -1,33 +0,0 @@
-spring:
-  redis:
-    host: 192.168.2.100
-    port: 6379
-    #password: 123456
-    #Redis数据库索引(默认为0)
-    database: 0
-    #连接池最大连接数(使用负值表示没有限制)
-    jedis:
-      pool:
-        max-active: 50
-        #连接池最大阻塞等待时间(使用负值表示没有限制)
-        max-wait: -1
-        #连接池中的最大空闲连接
-        max-idle: 20
-        #连接池中的最小空闲连接
-        min-idle: 2
-    #连接超时时间(毫秒)
-    timeout: 5000
-
-# 指定服务注册中心的地址
-eureka:
-  instance:
-    prefer-ip-address: true       # 是否使用 ip 地址注册
-    instance-id: ${spring.cloud.client.ip-address}:${server.port} # ip:port
-  client:
-    service-url:                  # 设置服务注册中心地址
-      defaultZone: http://localhost:18000/eureka/
-
-# 日志配置
-logging:
-  level:
-    root: info

+ 0 - 35
caimei365-cloud-gateway/gateway-prod.yml

@@ -1,35 +0,0 @@
-spring:
-  redis:
-    host: 172.31.165.23
-    port: 6379
-    #password: 6#xsI%b4o@5c3RoE
-    #Redis数据库索引(默认为0)
-    database: 0
-    #连接池最大连接数(使用负值表示没有限制)
-    jedis:
-      pool:
-        max-active: 50
-        #连接池最大阻塞等待时间(使用负值表示没有限制)
-        max-wait: 3000
-        #连接池中的最大空闲连接
-        max-idle: 20
-        #连接池中的最小空闲连接
-        min-idle: 2
-    #连接超时时间(毫秒)
-    timeout: 5000
-
-# 指定服务注册中心的地址
-eureka:
-  instance:
-    prefer-ip-address: true       # 是否使用 ip 地址注册
-    instance-id: ${spring.cloud.client.ip-address}:${server.port} # ip:port
-  client:
-    service-url:                  # 设置服务注册中心地址
-      defaultZone: http://120.79.162.1:18000/eureka/
-
-#日志配置
-logging:
-  file:
-    path: /mnt/newdatadrive/data/runtime/cloud-instance/cloud-gateway/logs
-  level:
-    root: info