From fd210f1d6cbe92b9ab44025120bad92f96d4eca8 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期二, 05 十一月 2019 16:41:33 +0800 Subject: [PATCH] 补全推送信息并给张蒙发送带有视频地址的信号 --- config/conf.yml | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/conf.yml b/config/conf.yml index 1e2c4df..28835fe 100644 --- a/config/conf.yml +++ b/config/conf.yml @@ -1,3 +1,6 @@ -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 +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" +serverIp: "192.168.1.182" +serverPort: "9200" +dbTablePersons: "dbtablepersons" \ No newline at end of file -- Gitblit v1.8.0