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-27 14:27:50 +08:00
"Default" : "Data Source=localhost;Port=3306;Database=JiSheIoTDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true"
2025-05-27 14:02:24 +08:00
} ,
"Redis" : {
"Configuration" : "localhost,password=1q2w3E*,defaultdatabase=1"
} ,
"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
}
} ,
"Hangfire" : {
"Redis" : {
"Host" : "localhost,password=1q2w3E*" ,
"DB" : "2"
}
}
}