master
parent
27ce635017
commit
8a0134fdc8
|
|
@ -119,7 +119,7 @@ namespace OpenAuth.WebApi
|
|||
option.SwaggerDoc("v1", new OpenApiInfo
|
||||
{
|
||||
Version = "v1",
|
||||
Title = "兰陵县自然资源和规划局信息化系统 API",
|
||||
Title = "费县违法建设监管平台 API",
|
||||
Description = "by hopetry"
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -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 ", //启动绑定地址及端口
|
||||
|
|
|
|||
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue