15 lines
245 B
JSON
15 lines
245 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Sync": {
|
|
"DestinationServerUrl": "",
|
|
"LocalServerUrl": ""
|
|
},
|
|
"EnableFullDbPull": false
|
|
}
|