节点在线、应用在线、配置在线使用令牌查询
大石头 authored at 2021-12-16 19:49:30
840.00 B
Stardust
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "StarServer": "http://127.0.0.1:6600",
  "ConnectionStrings": {
    "Stardust": {
      "connectionString": "Data Source=..\\..\\Data\\Stardust.db;ShowSql=false;Busy Timeout=10000;Journal Mode=WAL;Synchronous=Normal",
      "providerName": "SQLite"
    },
    "Node": {
      "connectionString": "MapTo=Stardust",
      "providerName": "SQLite"
    },
    "NodeLog": {
      "connectionString": "MapTo=Stardust",
      "providerName": "SQLite"
    },
    "Monitor": {
      "connectionString": "MapTo=Stardust",
      "providerName": "SQLite"
    },
    "MonitorLog": {
      "connectionString": "MapTo=Stardust",
      "providerName": "SQLite"
    }
  }
}