{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "DatabaseProvider": "PostgreSQL",
  "ConnectionStrings": {
    "DefaultConnection": "host=192.168.1.109;port=6731;username=postgres;password=QmGFKsYIVUfIxZWJVS3l;Database=nuuru;Include Error Detail=true"
  },
  "Jwt": {
    "Key": "df4b2553fdea53856a0b2b9f6c3f30d8",
    "Issuer": "Booru",
    "Audience": "BooruAPI"
  },
  "FileStorage": {
    "Path": "uploads"
  },
  "IpCloak": {
    "Key": "c7e3a9f1d5b24680e2f8a1c4d6b93e57"
  },
  "BBCode": {
    "QuoteSigningKey": "a5c9e7f2b8d1420693a8f5e2c1b7d4a8"
  },
  "MediaSigning": {
    "Key": "b6f3a0d9c4e7f2185a6b1c3d8e2f9a40",
    "DefaultTtlSeconds": 900,
    "MinTtlSeconds": 60,
    "MaxTtlSeconds": 3600
  },
  "SeedTestUsers": true,
  "Captcha": {
    "SigningKey": "change-this-captcha-signing-key-32ch",
    "TokenTtlSeconds": 120
  },
  "ProofOfWork": {
    "Enabled": true,
    "Difficulty": 20,
    "CookieTtlMinutes": 1440,
    "ChallengeTtlMinutes": 5,
    "SigningKey": "change-this-pow-signing-key-32chars",
    "SsrSecret": "change-this-ssr-secret-value-32ch"
  },
  "Integrity": {
    "ApiUrl": "",
    "SiteId": ""
  },
  "LiveKit": {
    "ServerUrl": "",
    "ApiUrl": "",
    "ApiKey": "",
    "ApiSecret": ""
  },
  "CloudflarePurge": {
    "Domains": [],
    "ZoneId": "",
    "Token": ""
  }
}
