新增Anolis龙蜥操作系统
大石头 编写于 2024-05-19 18:25:03
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"
    }
  }
}