17 lines
287 B
JSON
17 lines
287 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DbPath": "Data Source=SyncFilesLog.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"TempDir":"D:/TempPack2",
|
|
"NamePwds":[
|
|
["test","testpwd"]
|
|
]
|
|
}
|