{
  "Jwt": {
    "Key": "",
    "Issuer": "MyApiIssuer",
    "Audience": "MyApiAudience"
  },

  "Cors": {
    "AllowedOrigins": []
  },

  "Smtp": {
    "Host": "smtp.gmail.com",
    "Port": 587,
    "EnableSsl": true,
    "User": "",
    "Password": "",
    "FromEmail": "",
    "FromName": "DGB - Budget Citoyen"
  },

  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*"
}
