- 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
25 lines
595 B
JSON
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
|
|
}
|
|
}
|