FileSqlServerSync/Server/LocalServer/appsettings.json

14 lines
470 B
JSON
Raw Permalink Normal View History

2024-06-21 04:32:55 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-09-05 01:59:57 +00:00
"AllowedHosts": "*",
"TempDir": "D:\\FileSyncTest\\stemp",
"SqlPackageAbPath": "C:\\Users\\ZHAOLEI\\.dotnet\\tools\\sqlpackage.exe",
//"MsdeployAbPath": "C:\\Program Files\\IIS\\Microsoft Web Deploy V3\\msdeploy.exe",
"MSBuildAbPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\amd64\\MSBuild.exe"
2024-06-21 04:32:55 +00:00
}