提交 be71559e 编写于 作者: J Jason Song

Merge pull request #196 from nobodyiam/active-profile-ctrip

make ctrip profile active by default
spring.application.name= apollo-adminservice
ctrip.appid= 100003172
server.port= 8090
logging.file= /opt/logs/100003172/apollo-adminservice.log
\ No newline at end of file
logging.file= /opt/logs/100003172/apollo-adminservice.log
spring:
application:
name: apollo-adminservice
profiles:
active: ctrip
ctrip:
appid: 100003172
......@@ -9,4 +11,4 @@ server:
port: 8090
logging:
file: /opt/logs/100003172/apollo-adminservice.log
\ No newline at end of file
file: /opt/logs/100003172/apollo-adminservice.log
spring:
application:
name: apollo-configservice
profiles:
active: ctrip
ctrip:
appid: 100003171
......@@ -9,4 +11,4 @@ server:
port: 8080
logging:
file: /opt/logs/100003171/apollo-configservice.log
\ No newline at end of file
file: /opt/logs/100003171/apollo-configservice.log
spring:
application:
name: apollo-portal
profiles:
active: ctrip
ctrip:
appid: 100003173
......@@ -13,4 +15,4 @@ logging:
endpoints:
shutdown:
enabled: true
\ No newline at end of file
enabled: true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册