FileSqlServerSync/Server/RemoteServer/appsettings.json
zerlei 35a0710ab5 fix: websocket pipeline 测试修复了大量的问题,一大部分是对websocket和c# 不熟悉所致。
- 上传文件bug修复
- 继续测试修改bug
- 代码审查处理,添加必要注释,风格规范性等
2024-10-12 22:01:48 +08:00

18 lines
376 B
JSON

{
"ConnectionStrings": {
"DbPath": "Data Source=SyncFilesLog.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"TempDir": "D:\\FileSyncTest\\dtemp",
"NamePwds": [
[ "Test", "t123" ]
],
"SqlPackageAbPath": "C:\\Users\\ZHAOLEI\\.dotnet\\tools\\sqlpackage.exe"
}