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
d8829a88
Commit
d8829a88
authored
Mar 24, 2016
by
Jason Song
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix meta url
parent
82f2e6d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
MetaDomainConsts.java
...src/main/java/com/ctrip/apollo/core/MetaDomainConsts.java
+8
-8
No files found.
apollo-core/src/main/java/com/ctrip/apollo/core/MetaDomainConsts.java
View file @
d8829a88
...
...
@@ -9,27 +9,27 @@ public class MetaDomainConsts {
public
static
final
String
DEFAULT_PORT
=
"8080"
;
public
static
final
String
LOCAL
=
"http://localhost"
+
"
/
"
+
DEFAULT_PORT
;
public
static
final
String
LOCAL
=
"http://localhost"
+
"
:
"
+
DEFAULT_PORT
;
public
static
final
String
DEV
=
"http://10.3.2.56"
+
"
/
"
+
DEFAULT_PORT
;
"http://10.3.2.56"
+
"
:
"
+
DEFAULT_PORT
;
public
static
final
String
FAT
=
"http://ws.meta.apollo.fx.fat.nt.ctripcorp.com"
+
"
/
"
+
DEFAULT_PORT
;
"http://ws.meta.apollo.fx.fat.nt.ctripcorp.com"
+
"
:
"
+
DEFAULT_PORT
;
public
static
final
String
FWS
=
"http://ws.meta.apollo.fx.fws.nt.ctripcorp.com"
+
"
/
"
+
DEFAULT_PORT
;
"http://ws.meta.apollo.fx.fws.nt.ctripcorp.com"
+
"
:
"
+
DEFAULT_PORT
;
public
static
final
String
UAT
=
"http://ws.meta.apollo.fx.uat.nt.ctripcorp.com"
+
"
/
"
+
DEFAULT_PORT
;
"http://ws.meta.apollo.fx.uat.nt.ctripcorp.com"
+
"
:
"
+
DEFAULT_PORT
;
public
static
final
String
LPT
=
"http://ws.meta.apollo.fx.lpt.nt.ctripcorp.com"
+
"
/
"
+
DEFAULT_PORT
;
"http://ws.meta.apollo.fx.lpt.nt.ctripcorp.com"
+
"
:
"
+
DEFAULT_PORT
;
public
static
final
String
TOOLS
=
"http://ws.meta.apollo.fx.tools.ctripcorp.com"
+
"
/
"
+
DEFAULT_PORT
;
"http://ws.meta.apollo.fx.tools.ctripcorp.com"
+
"
:
"
+
DEFAULT_PORT
;
public
static
final
String
PRD
=
"http://ws.meta.apollo.fx.ctripcorp.com"
+
"
/
"
+
DEFAULT_PORT
;
public
static
final
String
PRD
=
"http://ws.meta.apollo.fx.ctripcorp.com"
+
"
:
"
+
DEFAULT_PORT
;
private
static
Map
<
Env
,
String
>
domains
=
new
HashMap
<>();
...
...
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