{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
    "Default": "Server=localhost;Port=3306;Database=pot;User=root;Password=136565;TreatTinyAsBoolean=false;"
  },
  "Jwt": {
    "// NOTE": "Placeholder only — do NOT use this value outside local development. Prefer `dotnet user-secrets set Jwt:Secret <value>` instead of committing a real secret here.",
    "Secret": "DEV_ONLY_REPLACE_WITH_USER_SECRET_dev-not-for-prod-32chars-min",
    "Issuer": "PotterySaas",
    "Audience": "PotterySaasClient",
    "ExpiryDays": 7
  },
  "Sms": {
    "Provider": "Console"
  },
  "Storage": {
    "Provider": "Local"
  }
}
