Newer
Older
Sakayaki / appsettings.json
@fabre fabre 12 hours ago 289 bytes 新模板
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
    "DefaultConnection": "Server=10.16.1.100;Database=Note;User Id=sa;Password=monkey2b;TrustServerCertificate=True"
  },
  "AllowedHosts": "*"
}