JiShe.IOT.Admin/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json

75 lines
2.6 KiB
JSON
Raw Normal View History

2025-05-27 14:02:24 +08:00
{
"App": {
"SelfUrl": "http://localhost:44315",
2025-05-27 14:27:50 +08:00
"CorsOrigins": "https://*.IoT.com,http://localhost:4200,http://localhost:3100,http://localhost:80,http://localhost"
2025-05-27 14:02:24 +08:00
},
"ConnectionStrings": {
2025-05-29 16:31:41 +08:00
"Default": "Data Source=47.110.60.222;Port=13306;Database=JiSheIoTProDB;uid=root;pwd=JiShe!aqG#5kGgh&0;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true;",
2025-05-27 16:16:07 +08:00
"PrepayDB": "server=118.190.144.92;database=jishe.sysdb;uid=sa;pwd=admin@2023;Encrypt=False;Trust Server Certificate=False",
"EnergyDB": "server=118.190.144.92;database=db_energy;uid=sa;pwd=admin@2023;Encrypt=False;Trust Server Certificate=False"
2025-05-27 14:39:23 +08:00
},
"Hangfire": {
"Redis": {
2025-05-27 22:53:46 +08:00
"Host": "47.110.60.222:6379,password=3JBGfyhTaD46nS",
2025-05-27 14:39:23 +08:00
"DB": "2"
}
2025-05-27 14:02:24 +08:00
},
"Redis": {
2025-05-27 22:53:46 +08:00
"Configuration": "47.110.60.222:6379,password=3JBGfyhTaD46nS,defaultdatabase=5"
2025-05-27 14:39:23 +08:00
},
"Kafka": {
2025-05-27 22:53:46 +08:00
"BootstrapServers": "47.110.62.104:9092,47.110.53.196:9092,47.110.60.222:9092",
2025-05-27 14:39:23 +08:00
"EnableFilter": true,
2025-05-27 22:53:46 +08:00
"EnableAuthorization": true,
2025-05-27 14:39:23 +08:00
"SaslUserName": "lixiao",
2025-05-27 22:53:46 +08:00
"SaslPassword": "lixiao@1980",
2025-05-27 14:39:23 +08:00
"KafkaReplicationFactor": 3,
"NumPartitions": 30,
"TaskThreadCount": -1,
"FirstCollectionTime": "2025-04-22 16:07:00"
},
"IoTDBOptions": {
"UserName": "root",
2025-06-05 14:13:56 +08:00
"Password": "Lixiao@1980",
"TreeModelClusterList": [ "47.110.53.196:6667", "47.110.60.222:6667", "47.110.62.104:6667" ],
"TableModelClusterList": [ "47.110.53.196:6667", "47.110.60.222:6667", "47.110.62.104:6667" ],
2025-05-27 14:39:23 +08:00
"PoolSize": 32,
2025-05-29 14:07:34 +08:00
"TableModelDataBaseName": "energy",
2025-05-27 14:39:23 +08:00
"OpenDebugMode": true,
"UseTableSessionPoolByDefault": false
2025-05-27 14:02:24 +08:00
},
2025-05-29 14:07:34 +08:00
"ServerApplicationOptions": {
"ServerTagName": "JiSheCollectBus77",
"SystemType": "Energy",
"FirstCollectionTime": "2025-04-28 15:07:00",
"AutomaticVerificationTime": "16:07:00",
"AutomaticTerminalVersionTime": "17:07:00",
"AutomaticTelematicsModuleTime": "17:30:00",
"AutomaticDayFreezeTime": "02:30:00",
"AutomaticMonthFreezeTime": "03:30:00",
"DefaultProtocolPlugin": "T37612012ProtocolPlugin"
},
2025-05-27 14:02:24 +08:00
"Jwt": {
2025-05-27 14:27:50 +08:00
"Audience": "JiShe.IoT",
2025-05-27 14:02:24 +08:00
"SecurityKey": "dzehzRz9a8asdfasfdadfasdfasdfafsdadfasbasdf=",
2025-05-27 14:27:50 +08:00
"Issuer": "JiShe.IoT",
2025-05-27 14:02:24 +08:00
"ExpirationTime": 2
},
"Cap": {
"RabbitMq": {
"HostName": "localhost",
"UserName": "admin",
"Password": "1q2w3E*",
"Port": 5672
}
2025-05-27 16:16:07 +08:00
},
"FreeRedisOptions": {
2025-05-27 22:53:46 +08:00
"ConnectionString": "47.110.60.222:6379,password=3JBGfyhTaD46nS,defaultdatabase=1",
2025-05-27 16:16:07 +08:00
"UseDistributedCache": true
},
"FreeSqlProviderOptions": {
"UsePrepayDB": true,
"UseEnergyDB": false,
"PrintLog": false
2025-05-27 14:02:24 +08:00
}
}