Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
62e46ae8
Commit
62e46ae8
authored
May 18, 2016
by
Jason Song
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make ctrip profile active by default
parent
7fb2cdce
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
adminservice.properties
...o-adminservice/src/main/resources/adminservice.properties
+1
-2
application.yml
apollo-adminservice/src/main/resources/application.yml
+3
-2
application.yml
apollo-configservice/src/main/resources/application.yml
+3
-2
application.yml
apollo-portal/src/main/resources/application.yml
+3
-2
No files found.
apollo-adminservice/src/main/resources/adminservice.properties
View file @
62e46ae8
spring.application.name
=
apollo-adminservice
spring.application.name
=
apollo-adminservice
ctrip.appid
=
100003172
ctrip.appid
=
100003172
server.port
=
8090
server.port
=
8090
logging.file
=
/opt/logs/100003172/apollo-adminservice.log
logging.file
=
/opt/logs/100003172/apollo-adminservice.log
\ No newline at end of file
apollo-adminservice/src/main/resources/application.yml
View file @
62e46ae8
spring
:
spring
:
application
:
application
:
name
:
apollo-adminservice
name
:
apollo-adminservice
profiles
:
active
:
ctrip
ctrip
:
ctrip
:
appid
:
100003172
appid
:
100003172
...
@@ -9,4 +11,4 @@ server:
...
@@ -9,4 +11,4 @@ server:
port
:
8090
port
:
8090
logging
:
logging
:
file
:
/opt/logs/100003172/apollo-adminservice.log
file
:
/opt/logs/100003172/apollo-adminservice.log
\ No newline at end of file
apollo-configservice/src/main/resources/application.yml
View file @
62e46ae8
spring
:
spring
:
application
:
application
:
name
:
apollo-configservice
name
:
apollo-configservice
profiles
:
active
:
ctrip
ctrip
:
ctrip
:
appid
:
100003171
appid
:
100003171
...
@@ -9,4 +11,4 @@ server:
...
@@ -9,4 +11,4 @@ server:
port
:
8080
port
:
8080
logging
:
logging
:
file
:
/opt/logs/100003171/apollo-configservice.log
file
:
/opt/logs/100003171/apollo-configservice.log
\ No newline at end of file
apollo-portal/src/main/resources/application.yml
View file @
62e46ae8
spring
:
spring
:
application
:
application
:
name
:
apollo-portal
name
:
apollo-portal
profiles
:
active
:
ctrip
ctrip
:
ctrip
:
appid
:
100003173
appid
:
100003173
...
@@ -13,4 +15,4 @@ logging:
...
@@ -13,4 +15,4 @@ logging:
endpoints
:
endpoints
:
shutdown
:
shutdown
:
enabled
:
true
enabled
:
true
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment