{
  "ConnectionStrings": {
    "DefaultConnection": "Data Source=StitchingBeehive.db"
  },
  "DataPaths": {
    "Root": "App_Data"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "AdminSettings": {
    "Password": "",
    "SessionTimeoutMinutes": 30,
    "RememberMeDurationDays": 7
  },
  "EmailSettings": {
    "FromEmail": "debbier@thestitchingbeehive.com",
    "FromName": "The Stitching Beehive",
    "SmtpHost": "smtp.gmail.com",
    "SmtpPort": 587,
    "Username": "",
    "Password": ""
  }
}
