{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "Default": "server=192.168.1.10; database=Locations; user=root; password=9765sl88"
  },
  "DocRootPath": "d:\\mvc\\administratif\\Investissement locatif",
  "Jwt": {
    "Key": "YourSecretKeyForAuthenticationOfApplication",
    "Issuer": "locationtoussaint.com"
  },
  "SmtpSettings": {
    "Server": "smtp.laposte.net",
    "Port": 587,
    "SenderName": "TOUSSAINT Arnaud",
    "SenderEmail": "toussainta@laposte.net",
    "Username": "toussainta@laposte.net",
    "Password": "9765Sl88_2412"
  },
  "DnsName": "http://localhost:4200"
  
}