FileSqlServerSync/Server/RemoteServer/appsettings.json
zerlei 0e32d8c64b fix: 修改了一堆的bug
1. msdepoly 删除
2. 修改删除的文件做一个备份
3. websocket 测试
2024-10-12 22:01:48 +08:00

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",
}