Files
CourseWork_GradeBook_Backend/GradeBookServer.WebAPI/appsettings.json

12 lines
278 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=YumAsiaDb;Username=postgres;Password=postgres"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}