冉成楼 2026-02-04 09:20:23 +08:00
parent 27ce635017
commit 8a0134fdc8
3 changed files with 4 additions and 4 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

@ -7,7 +7,7 @@
"AllowedHosts": "*",
"DataProtection": "temp-keys/",
"ConnectionStrings": {
"OpenAuthDBContext": "PORT=5432;Database=drone_enforcement_hedong;HOST=192.168.10.163;PASSWORD=123456;USER ID=postgres;"
"OpenAuthDBContext": "PORT=5432;Database=violreg_feixian;HOST=192.168.10.163;PASSWORD=123456;USER ID=postgres;"
//"OpenAuthDBContext": "PORT=5432;Database=unattended1;HOST=192.168.10.115;PASSWORD=123456;USER ID=postgres;Pooling=False" //PostgreSQL
},
"AppSetting": {
@ -18,7 +18,7 @@
},
"UploadPath": "", //
"RedisConf": {
"Conn": "175.27.168.120:6050,password=HopetryRedis1406",
"Conn": "192.168.10.163:6379,password=123456",
"Database": 1
}, //redis
"HttpHost": "http://*:10010 ", //

View File

@ -22,7 +22,7 @@
"UploadPath": "",
//
"RedisConf": {
"Conn": "175.27.168.120:6050,password=HopetryRedis1406",
"Conn": "192.168.10.163:6379,password=123456",
//"Conn": "127.0.0.1:6379,password=123456",
"Database": 5
},