/ appsettings.Development.json
appsettings.Development.json
 1  {
 2    "DetailedErrors": true,
 3    "Logging": {
 4      "LogLevel": {
 5        "Default": "Information",
 6        "Microsoft.AspNetCore": "Warning"
 7      }
 8    },
 9    "Discord": {
10      "Token": "TOKEN"
11    },
12    "ConnectionStrings": {
13      "DefaultConnection": "Host=postgres;Port=5432;Username=postgres;Password=postgres;Database=funfuhr"
14    }
15  }