Files
SNote/Server/appsettings.json
T

15 lines
245 B
JSON
Raw Normal View History

2026-05-28 02:54:17 +10:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2026-06-01 05:09:20 +10:00
"AllowedHosts": "*",
"Sync": {
"DestinationServerUrl": "",
"LocalServerUrl": ""
},
"EnableFullDbPull": false
2026-05-28 02:54:17 +10:00
}