{
  "ConnectionStrings": {
    "DefaultConnection": "server=localhost;port=3306;database=GymDB;user=gymuser;password=Gym@12345;"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*"
}
