LASAPlatform/OpenAuth.WebApi/appsettings.json

98 lines
3.0 KiB
JSON
Raw Normal View History

2025-04-23 09:19:29 +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;",
2025-08-15 16:42:51 +08:00
"OpenAuthDBContext": "PORT=5432;Database=LASAPlatformNew;HOST=192.168.10.163;PASSWORD=123456;USER ID=postgres;Pooling=true"
2025-04-23 09:19:29 +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": {
2025-10-30 15:16:25 +08:00
"Conn": "192.168.10.163:6379,password=123456",
//"Conn": "127.0.0.1:6379,password=123456",
"Database": 7
2025-04-23 09:19:29 +08:00
},
//redis配置
"HttpHost": "http://*:10070 ",
//启动绑定地址及端口
2025-10-11 16:59:04 +08:00
"SYSTEM_USERPWD": "Hopetry@shandong.",
2025-04-23 09:19:29 +08:00
"ASECode": "hc",
"TopAreaCode": "371300",
//大屏最高行政区划编码
"SchemeCode": "0000001",
"SchemeId": "3b01384d-a42e-4772-8752-6fbf40f85959",
/**/
"IMOpen": true,
//false/true
//"IMUrl": "http://localhost:8989/"
"IMUrl": "",
"LimitShpDistance": 50
},
"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/",
"Workspace": "my_workspace",
"Username": "admin",
"Password": "geoserver",
"DbSchema": "public",
"DbStoreName": "cloud_shp_store",
"TiffStoreNamePrefix": "tiff_store",
"TiffDir": "E:/tiff"
},
"FlyImageDir": "e:/fly",
2025-06-13 08:56:22 +08:00
"MQTT": {
"Server": "175.27.168.120",
"Port": 6011,
"UserName": "sdhc",
"Password": ""
},
"Minio": {
2025-06-19 15:34:01 +08:00
"UseSSL": false,
"Endpoint": "175.27.168.120:6013",
"AccessKey": "minioadmin",
"SecretKey": "minioadmin",
"BucketName": "test",
"limitspeed": 1048576
},
"DroneDocking": {
2025-08-20 09:22:43 +08:00
"Url": "https://wp.tianmu.cloud:5443/zhcfzx",
2025-09-06 10:09:07 +08:00
"DbFile": "D:/",
"JYMUrl": "E:/低空态势感知/资料/省对接/质检/LandCloud.CGDBPreCheckTool.exe"
2025-09-01 16:44:24 +08:00
},
2025-09-09 09:40:41 +08:00
"AIModelApi": {
2025-09-02 15:59:53 +08:00
"Url": "http://192.168.10.131:9025",
"PushUrl": "rtmp://192.168.3.17:1935/live/11"
},
"DaHua": {
"ImgUrl": "http://123.132.248.154:9585"
}
2025-04-23 09:19:29 +08:00
}