From 5701636d0554a89cdb6a06327658de75d74f67ed Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 16 一月 2023 13:42:09 +0800
Subject: [PATCH] 添加客户关联企业功能

---
 zhengcaioa/zhengcaioa/appsettings.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/appsettings.json b/zhengcaioa/zhengcaioa/appsettings.json
index 7dc674d..d3e1c60 100644
--- a/zhengcaioa/zhengcaioa/appsettings.json
+++ b/zhengcaioa/zhengcaioa/appsettings.json
@@ -13,7 +13,7 @@
     }
   },
   "AllowedHosts": "*",
-  "Elasticsearchurl": "http://localhost:9200",
+  "Elasticsearchurl": "http://172.26.97.184:9200",
   "SecurityKey": "superSecretKey@345",
   "Shuchengurl": "http://47.108.235.38:8085",
   "GetShopUsers": "/actionapi/Shop/GetShopUsers",

--
Gitblit v1.9.1