Commit 90785ff3f12cb0384207655dd92dfbe33512fb07

Authored by luotong
1 parent b11c546a

添加公共文件服务器地址常量配置

Showing 1 changed file with 4 additions and 0 deletions
class-service.yml
@@ -72,6 +72,10 @@ eureka: @@ -72,6 +72,10 @@ eureka:
72 fetchRegistry: false 72 fetchRegistry: false
73 serviceUrl: 73 serviceUrl:
74 defaultZone: http://discovery:15200/eureka/ 74 defaultZone: http://discovery:15200/eureka/
  75 +
  76 +# 一些公共的常量配置
  77 +apiConfig:
  78 + resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
75 --- 79 ---
76 80
77 spring: 81 spring: