13 lines
274 B
JSON
13 lines
274 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings":{
|
|
"DefaultConnection": "Host=localhost;Port=45738;Database=mydb;Username=postgres;Password=password"
|
|
}
|
|
}
|