blob: 31c81094d45383c0eb16865fadefee47a3af40c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"ConnectionStrings" : {
"DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
|