2024-06-21 04:32:55 +00:00
|
|
|
{
|
2024-06-24 09:27:12 +00:00
|
|
|
"ConnectionStrings": {
|
|
|
|
"DbPath": "Data Source=SyncFilesLog.db"
|
|
|
|
},
|
2024-06-21 04:32:55 +00:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2024-09-07 06:46:08 +00:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"TempDir":"D:/TempPack2",
|
|
|
|
"NamePwds":[
|
|
|
|
["test","testpwd"]
|
2024-09-27 07:02:55 +00:00
|
|
|
],
|
|
|
|
"SqlPackageAbPath": "C:\\Users\\ZHAOLEI\\.dotnet\\tools\\sqlpackage.exe",
|
2024-09-07 06:46:08 +00:00
|
|
|
}
|