summaryrefslogtreecommitdiff
path: root/appsettings.json
blob: 414e6738c210107e699671f9acdd49b93e053154 (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": "*"
}