18 lines
364 B
JSON
18 lines
364 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DbPath": "Data Source=SyncFilesLog.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"TempDir":"D:/TempPack2",
|
|
"NamePwds":[
|
|
["test","testpwd"]
|
|
],
|
|
"SqlPackageAbPath": "C:\\Users\\ZHAOLEI\\.dotnet\\tools\\sqlpackage.exe",
|
|
}
|