346 Star 2.4K Fork 703

GVPIoTSharp / IoTSharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appsettings.PostgreSql.json 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
麦壳饼 提交于 2023-03-07 13:36 . 处理 用户token失效的问题
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"DataBase": "PostgreSql",
"ConnectionStrings": {
"IoTSharp": "Server=localhost;Database=IoTSharp2023;Username=postgres;Password=future;Include Error Detail=true;",
"TelemetryStorage": "Server=localhost;Database=IoTSharp2023;Username=postgres;Password=future;;Include Error Detail=true;"
},
"MqttBroker": {
"EnableTls": true
},
"JwtKey": "iotsharpiotsharpiotsharpiotsharpiotsharp",
"JwtExpireHours": 3,
"JwtIssuer": "IoTSharp.Net",
"JwtAudience": "IoTSharp.Net",
"EventBusStore": "InMemory",
"EventBusMQ": "InMemory",
"TelemetryStorage": "Sharding",
"-EventBus": "Shashlik"
}
C#
1
https://gitee.com/IoTSharp/IoTSharp.git
git@gitee.com:IoTSharp/IoTSharp.git
IoTSharp
IoTSharp
IoTSharp
master

搜索帮助