14 lines
281 B
JSON
14 lines
281 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DBConnectionString": "Host=localhost;Port:5440;Database=sports;Username=postgres;Password=postgres"
|
|
}
|
|
}
|
|
|