{
  "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"
  }
}
