12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DbPath": "Data Source=SyncFilesLog.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |