1. 数据库修改

2. swagger配置修改

(cherry picked from commit 0085abfc25)
dev
陈伟 2025-05-19 15:27:59 +08:00
parent f02458fd2f
commit 585e378f7b
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ namespace OpenAuth.WebApi
option.SwaggerDoc("v1", new OpenApiInfo
{
Version = "v1",
Title = "临沂市自然资源综合监管平台 API",
Title = "兰陵县自然资源和规划局信息化系统 API",
Description = "by hopetry"
});

View File

@ -8,7 +8,7 @@
"DataProtection": "temp-keys/",
"ConnectionStrings": {
//"OpenAuthDBContext": "PORT=5432;Database=hopetrycore;HOST=192.168.10.124;PASSWORD=123456;USER ID=postgres;",
"OpenAuthDBContext": "PORT=5432;Database=drone_enforcement_linyi;HOST=192.168.10.163;PASSWORD=123456;USER ID=postgres;"
"OpenAuthDBContext": "PORT=5432;Database=drone_enforcement_lanling;HOST=192.168.10.163;PASSWORD=123456;USER ID=postgres;"
//"OpenAuthDBContext": "PORT=5432;Database=;HOST=192.168.10.131;PASSWORD=123456;USER ID=postgres;"
},
"AppSetting": {