From 4243a710f702b601b1d5a7dc2c765191c191201d Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期三, 11 十二月 2019 17:59:48 +0800 Subject: [PATCH] 把插入es的so放进中间件 --- config/conf.yml | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/conf.yml b/config/conf.yml index e55f659..28835fe 100644 --- a/config/conf.yml +++ b/config/conf.yml @@ -1,3 +1,6 @@ photoUrl: "http://192.168.1.203:6333/submit" -videopersons: "http://192.168.1.182:9200/videopersons/perVideoPicture" -personaction: "http://192.168.1.182:9200/personaction/perVideoAction" \ No newline at end of file +videoPersons: "http://192.168.1.182:9200/videopersons/perVideoPicture" +personAction: "http://192.168.1.182:9200/personaction/perVideoAction" +serverIp: "192.168.1.182" +serverPort: "9200" +dbTablePersons: "dbtablepersons" \ No newline at end of file -- Gitblit v1.8.0