Files
SNote/Server/appsettings.json
T

16 lines
286 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": "",
2026-06-01 05:49:08 +10:00
"LocalServerUrl": "",
"BootstrapFromUpstream": "FirstTime"
2026-06-01 05:09:20 +10:00
},
2026-06-01 17:11:09 +10:00
"EnableFullDbPull": true
2026-05-28 02:54:17 +10:00
}