{
  "ConnectionStrings": {
    "DefaultConnection": "Server=localhost;Database=dev_top;Uid=dev_top;Pwd=JgUe_8MbdXk;Port=3306;"
  },
  "AllowedHosts": "*",
  "Kestrel": {
    "Limits": {
      "MaxRequestBodySize": 524288000 // 500 MB
    }
  },
  "FormOptions": {
    "MultipartBodyLengthLimit": 524288000 // 500 MB
  },
  "Security": {
    "EncryptionKey": "LAuDSMmQ6yRCkIGo3j0j1zdeVqclS1im",
    "SecretKey": "E5Rafa5RmK5Pu2qW"
  },
  "Jwt": {
    "Key": "lurMzB24JJTsghSLPTO7bG392Doi93_re9snaY-pNDE",
    "Issuer": "https://top-engineer.com",
    "Audience": "https://top-engineer.com",
    "ExpiryMinutes": 1440,
    "RefreshExpiryMinutes": 5
  },
  "Development": {
    "IsDebugMode": false
  }
}