Files
nukeitter/appsettings.Development.json
2023-01-23 19:40:16 +00:00

13 lines
270 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=nukeitter;Username=postgres;Password=hackme"
}
}