FileSqlServerSync/Server/RemoteServer/appsettings.json

17 lines
287 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"]
]
}