Files
SNote/Server/appsettings.json
T
2026-06-01 05:09:20 +10:00

15 lines
245 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Sync": {
"DestinationServerUrl": "",
"LocalServerUrl": ""
},
"EnableFullDbPull": false
}