appsettings.PostgreSql.json 750 字节
Newer Older
麦壳饼's avatar
麦壳饼 已提交
1 2 3 4 5 6 7 8 9 10
{
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "DataBase": "PostgreSql",
  "ConnectionStrings": {
麦壳饼's avatar
麦壳饼 已提交
11 12
    "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;"
麦壳饼's avatar
麦壳饼 已提交
13
  },
14
  "MqttBroker": {
15 16
    "EnableTls": true
 
17
  },
18
  "JwtKey": "iotsharpiotsharpiotsharpiotsharpiotsharp",
19
  "JwtExpireHours": 3,
麦壳饼's avatar
麦壳饼 已提交
20 21 22 23
  "JwtIssuer": "IoTSharp.Net",
  "JwtAudience": "IoTSharp.Net",
  "EventBusStore": "InMemory",
  "EventBusMQ": "InMemory",
麦壳饼's avatar
麦壳饼 已提交
24
  "TelemetryStorage": "Sharding",
25
  "-EventBus": "Shashlik"
W
wq1234wq 已提交
26
}