FileSqlServerSync/Server/RemoteServer/appsettings.json

19 lines
400 B
JSON

{
"ConnectionStrings": {
"DbPath": "Data Source=SyncFilesLog.db"
},
"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"
}