12 lines
293 B
JSON
12 lines
293 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Port=5432;Database=aspnetcoredb;Username=aspnetcoredb;Password=2rRN26JTrFp4edGF"
|
|
}
|
|
} |