Newer
Older
Sakayaki / appsettings.json
@fabre fabre 5 hours ago 422 bytes 超级缩略图
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
    "DefaultConnection": "Server=10.16.1.100;Database=Note;User Id=sa;Password=monkeY2b;TrustServerCertificate=True"
  },
  "Fanbox": {
    "RootPath": "/mnt/media/Picture/fanbox/月代",
    "Author": "月代",
    "ThumbnailRoot": "/var/thumbnail"
  },
  "AllowedHosts": "*"
}