summaryrefslogtreecommitdiff
path: root/appsettings.json
blob: 90977fc8a6cab981c3506b6b9db2f25a91486305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
    "DefaultConnection": "Host=127.0.0.1;Database=HyperBooru;Username=hyperbooru;Password=password"
  },
  "AllowedHosts": "*"
}