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