feixian_weifajianguan/OpenAuth.WebApi/appsettings.json

98 lines
3.3 KiB
JSON
Raw Normal View History

2026-02-03 16:00:02 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Debug"
}
},
"AllowedHosts": "*",
"DataProtection": "temp-keys/",
"ConnectionStrings": {
//"OpenAuthDBContext": "PORT=5432;Database=hopetrycore;HOST=192.168.10.124;PASSWORD=123456;USER ID=postgres;",
2026-02-03 16:30:59 +08:00
"OpenAuthDBContext": "PORT=5432;Database=violreg_feixian;HOST=192.168.10.163;PASSWORD=123456;USER ID=postgres;"
2026-02-03 16:00:02 +08:00
//"OpenAuthDBContext": "PORT=5432;Database=;HOST=192.168.10.131;PASSWORD=123456;USER ID=postgres;"
},
"AppSetting": {
"IdentityServerUrl": "",
//IdentityServer服务器地址。如果为空则不启用OAuth认证
//"IdentityServerUrl": "http://localhost:12796", //IdentityServer服务器地址。如果为空则不启用OAuth认证
"DbTypes": {
"OpenAuthDBContext": "PostgreSQL"
//数据库类型SqlServer、MySql、Oracle、PostgreSQL
},
"UploadPath": "",
//附件上传的路径,如果为空则保存在站点根目录
"RedisConf": {
2026-02-04 09:20:23 +08:00
"Conn": "192.168.10.163:6379,password=123456",
2026-02-03 16:00:02 +08:00
//"Conn": "127.0.0.1:6379,password=123456",
"Database": 5
},
//redis配置
"HttpHost": "http://*:10070 ",
//启动绑定地址及端口
"SYSTEM_USERPWD": "123456",
"ASECode": "hc",
"TopAreaCode": "371300",
//大屏最高行政区划编码
"SchemeCode": "0000001",
"SchemeId": "3b01384d-a42e-4772-8752-6fbf40f85959",
"DroneCaseInfoSchemeCode": "0000001",
//当前业务(天空地)使用的流程模板的编码
"DroneCaseInfoSatelliteSchemeCode": "0000003",
/**/
"DroneCaseInfoNonFoodSchemeCode": "0000004",
/**/
"DroneCaseInfoMineralsSchemeCode": "100001",
/**/
"DroneCaseInfoXcsjSchemeCode": "0000002",
/*1*/
"DroneCaseInfoZdwt1SchemeCode": "0000005",
/*2*/
"DroneCaseInfoZdwt2SchemeCode": "0000006",
/*线*/
"DroneCaseInfoSTHXSchemeCode": "0000007",
/**/
"DroneCaseInfoSTXFSchemeCode": "0000008",
/**/
"IMOpen": true,
//false/true
//"IMUrl": "http://localhost:8989/"
"IMUrl": "",
"LimitShpDistance": 50,
"ResubmitUrl": "http://192.168.10.125:9008/"
},
"PgSql": {
"PostGisPath": "E:\\DevelopTools\\PostgreSQL\\14\\bin",
"DataBase": "drone_enforcement_linyi_20240720",
"UserID": "postgres",
"PORT": "5432",
"Host": "192.168.10.102",
"Pwd": "123456"
},
"WeChat": {
"AppId": "wx16deccc21a95c9f9",
"AppSecret": "b35f7b9611e0e47a1e7fab57d5399202"
//"AppId": "wxafa1e8d0afb3997e",
//"AppSecret": "8f4ba2bf57c360d5b77751fc8a82701b"
},
"GeoServer": {
"GeoserverUrl": "http://192.168.10.141:8080/geoserver",
//"JobwebUrl": "http://192.168.10.125:9023/",
"JobwebUrl": "http://120.222.154.7:6050/",
"Workspace": "my_workspace",
"Username": "admin",
"Password": "geoserver",
"DbSchema": "public",
"DbStoreName": "cloud_shp_store",
"TiffStoreNamePrefix": "tiff_store",
"TiffDir": "E:/tiff"
},
"FlyImageDir": "e:/fly",
"LoginPasswd": "4cbaa9fca4e4c9a75f0da0139488be37",
//"LoginPasswd": "e10adc3949ba59abbe56e057f20f883e",
//"ImgServer": "http://120.222.154.48:6050"
"ImgServer": "http://192.168.10.125:9011",
2026-03-04 17:07:24 +08:00
"IsPublic": false,
"PickupDeadline": 30
2026-02-03 16:00:02 +08:00
}