From eccd091cfc8eaf38e7251f170d6f683a152e9ef5 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 16 六月 2025 11:10:06 +0800
Subject: [PATCH] pref:配置文件改为测试环境

---
 LifePayment/LifePayment.Host/appsettings.json |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/LifePayment/LifePayment.Host/appsettings.json b/LifePayment/LifePayment.Host/appsettings.json
index 215c844..bcbf82b 100644
--- a/LifePayment/LifePayment.Host/appsettings.json
+++ b/LifePayment/LifePayment.Host/appsettings.json
@@ -3,6 +3,7 @@
     "Authority": "http://localhost:58190",
     "ApiName": "IdentityService"
   },
+  "OpenSwagger": true,
   "BaiDuAI": {
     "Ocr": {
       "Key": "Htx3y6eFnlW92WvHx9aW44f8",
@@ -18,10 +19,13 @@
     "OssRoleRan": "acs:ram::1483797030072898:role/boleoss"
   },
   "ConnectionStrings": {
-    "AbpIdentity": "Server=120.26.58.240; Database=Dev_LifePaymentIdentity; User=bole;Password=Bole147258",
-    "LifePaymentServices": "Server=120.26.58.240; Database=Dev_LifePayment; User=bole;Password=Bole147258"
-    //"LifePaymentServices": "Server=47.99.94.254;port=3306;Database=Pro_LifePayment;Uid=ziqi;Pwd=Asdfk%$#258;",
-    //"AbpIdentity": "Server=47.99.94.254;port=3306;Database=Pro_LifePaymentIdentity;Uid=ziqi;Pwd=Asdfk%$#258;"
+    "AbpIdentity": "Server=120.26.58.240; Database=Dev_LifePaymentIdentity; User=bole;Password=Bole1472589",
+    "LifePaymentServices": "Server=120.26.58.240; Database=Dev_LifePayment; User=bole;Password=Bole1472589",
+    //"LifePaymentServices": "Server=rm-bp1mt744021h1s6dg4o.sqlserver.rds.aliyuncs.com,2333;Database=Dev_LifePayment;Uid=bole;Pwd=Blcs20@%27;",
+    //"AbpIdentity": "Server=rm-bp1mt744021h1s6dg4o.sqlserver.rds.aliyuncs.com,2333;Database=Dev_LifePaymentIdentity;Uid=bole;Pwd=Blcs20@%27;",
+
+    "SyncAbpIdentity": "Server=120.26.58.240; Database=Dev_LifePaymentIdentity; User=bole;Password=Bole1472589",
+    "SyncLifePaymentServices": "Server=120.26.58.240; Database=Dev_LifePayment; User=bole;Password=Bole1472589"
   },
 
   "App": {

--
Gitblit v1.9.1