From 939ebb093adeb9d4ab2d84adaab2ac63552cf72b Mon Sep 17 00:00:00 2001 From: liujun Date: Thu, 11 Jan 2024 14:06:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BEapplication=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.properties | 2 ++ src/main/resources/application-local.properties | 8 +++++--- src/main/resources/application-master.properties | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 1bf34f5d..a4dd85c3 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -96,3 +96,5 @@ mq.gwj.data.topic=czks_qy_docking mq.gwj.file.topic=czks_qy_dockingPicture #港务局文件服务器前缀 baseimgpath=https://qgqy.qhdsafety.com/file/ + +cfd.prevention.api.url=http://192.168.0.31:7021/qa-regulatory-cfd diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties index b0929eb4..483396e2 100644 --- a/src/main/resources/application-local.properties +++ b/src/main/resources/application-local.properties @@ -95,12 +95,14 @@ corp.default.back-end-path=https://qgqy.qhdsafety.com/file/ http.file.url=https://qgqy.qhdsafety.com/file/ -#ûʶ -# ݿʯ +#�û���ʶ +# ���ݿ�ʯ czks-useridentity=CZKS czks-baseimgpath=https://wwag.qhdsafety.com/file/ czks-backendaddr=http://192.168.0.79:8091/ -# +# ����� gwj-useridentity=GWJ gwj-baseimgpath=https://qgqy.qhdsafety.com/file/ gwj-backendaddr=http://192.168.0.31:8991/qa-prevention-gwj/ + +cfd.prevention.api.url=http://192.168.0.31:7021/qa-regulatory-cfd diff --git a/src/main/resources/application-master.properties b/src/main/resources/application-master.properties index d4811098..4ebd818f 100644 --- a/src/main/resources/application-master.properties +++ b/src/main/resources/application-master.properties @@ -92,3 +92,5 @@ mq.gwj.data.topic=czks_docking mq.gwj.file.topic=czks_dockingPicture #港务局文件服务器前缀 baseimgpath=https://qgqy.qhdsafety.com/file/ + +cfd.prevention.api.url=http://192.168.0.31:7021/qa-regulatory-cfd