{
  "UsePostgres": true,
  "ConnectionStrings": {
    "DefaultConnection": "Host=localhost;Port=5432;Database=fincontrol;Username=postgres;Password=postgres123"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "System": "Warning"
    }
  },
  "AllowedHosts": "*"
}
