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

16 lines
287 B
JSON

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