journal/Journal.WebGateway/appsettings.json
stan44 7562cf6fad Add gateway root adoption and mobile polish
- Add Tauri commands to inspect and adopt the gateway repo root
- Retry locked vault commands by prompting for unlock
- Improve mobile layout, editor mode toggles, and settings UI
2026-03-30 00:00:25 -05:00

25 lines
595 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"GatewaySettings": {
"Port": 5180,
"RepoRoot": null,
"WebDist": null
},
"Description": "API key not fully implemented yet. It is not used for authentication.",
"Security": {
"ApiKey": "CHANGE-ME",
"AccessPasswordHash": "",
"AllowedOrigins": [
"http://localhost:5180"
],
"EnforceHttps": false,
"EnableAuditLogging": true
}
}