From ca177f11067d4886e615a2179e943ed6acc687b4 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期一, 15 七月 2019 10:54:07 +0800 Subject: [PATCH] 把es插入路径换成配置文件里的 --- config/conf.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/config/conf.yml b/config/conf.yml index 2bb51ae..1e2c4df 100644 --- a/config/conf.yml +++ b/config/conf.yml @@ -1 +1,3 @@ -photoUrl: "http://192.168.1.182:6333/submit" \ No newline at end of file +photoUrl: "http://192.168.1.182: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 -- Gitblit v1.8.0