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