FileSqlServerSync/Server/RemoteServer/appsettings.json

18 lines
364 B
JSON
Raw Normal View History

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