瀏覽代碼

生产环境配置

yingp 7 年之前
父節點
當前提交
cde0171ea9
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      base-servers/auth/auth-server/src/main/resources/config/application-docker-prod.yml

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

@@ -5,9 +5,6 @@ eureka:
   client:
     serviceUrl:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
-spring:
-  rabbitmq:
-    virtual-host: docker
 spring:
   rabbitmq:
     host: 10.10.100.103