Revert "清理"
猿人易 authored at 2024-06-17 16:53:31
442.00 B
Stardust
{
  "Logging": {
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "AllowedHosts": "*",
  "StarServer": "http://127.0.0.1:6600,http://star.newlifex.com:6600",
  "ConnectionStrings": {
    "Stardust": {
      "connectionString": "Data Source=..\\Data\\Stardust.db",
      "providerName": "SQLite"
    },
    "StardustData": {
      "connectionString": "Data Source=..\\Data\\StardustData.db",
      "providerName": "SQLite"
    }
  }
}