FileSqlServerSync/Server/RemoteServer/appsettings.json

19 lines
400 B
JSON
Raw Permalink 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:\\FileSyncTest\\dtemp",
"NamePwds": [
[ "Test", "t123" ],
[ "FYMF", "FYMF" ]
],
"SqlPackageAbPath": "C:\\Users\\ZHAOLEI\\.dotnet\\tools\\sqlpackage.exe"
}