Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
messageflow
Overview
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
虞诚毅
messageflow
Commits
4d864df8
Commit
4d864df8
authored
Jan 02, 2019
by
303514581@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2019/1/2 同步master线上backup
parent
2cd1062a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
src/main/java/com/zhiwei/messageflow/config/ESConfig.java
+2
-2
src/main/resources/es.properties
+4
-2
No files found.
src/main/java/com/zhiwei/messageflow/config/ESConfig.java
View file @
4d864df8
...
@@ -29,8 +29,8 @@ public class ESConfig {
...
@@ -29,8 +29,8 @@ public class ESConfig {
public
static
String
weiboMarkType
;
public
static
String
weiboMarkType
;
/** Es IP **/
/** Es IP **/
public
static
final
String
ESIP
=
"1.119.44.201"
;
//
public static final String ESIP = "1.119.44.201";
//
public static final String ESIP = "202.107.192.94";
public
static
final
String
ESIP
=
"202.107.192.94"
;
/** Es PORT **/
/** Es PORT **/
public
static
final
int
ESPORT
=
9200
;
public
static
final
int
ESPORT
=
9200
;
/** Es 9300PORT **/
/** Es 9300PORT **/
...
...
src/main/resources/es.properties
View file @
4d864df8
#es.ip=192.168.1.75
#es.ip=192.168.1.75
es.ip
=
1.119.44.201
#es.ip=1.119.44.201
es.ip
=
202.107.192.94
#es.ip=192.168.0.234
#es.ip=192.168.0.234
#es.ip=115.231.214.234
#es.ip=115.231.214.234
#es.ip=192.168.0.11
#es.ip=192.168.0.11
es.esPort
=
9300
es.esPort
=
9300
es.clusterName
=
Media-University
#es.clusterName=Media-University
es.clusterName
=
my-test-es
#es.clusterName=elasticsearch
#es.clusterName=elasticsearch
#es.clusterName=MyEsCluster
#es.clusterName=MyEsCluster
...
...
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