Sign in
luotong
/
huike-eaas-config
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
90785ff3f12cb0384207655dd92dfbe33512fb07
Authored by
luotong
2017-03-27 19:20:23 +0800
1 parent
b11c546a
build: skipped
添加公共文件服务器地址常量配置
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
class-service.yml
class-service.yml
View file @
90785ff
...
...
@@ -72,6 +72,10 @@ eureka:
72
72
fetchRegistry: false
73
73
serviceUrl:
74
74
defaultZone: http://discovery:15200/eureka/
75
+
76
+# 一些公共的常量配置
77
+apiConfig:
78
+ resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
75
79
---
76
80
77
81
spring:
...
...