Nix / owner console

Settings

The configuration that actually governs this instance.

Read-only inspection
Read-only effective settings. Secret references are shown; secret values are never resolved for display.
{
  "Inference": {
    "BaseUrl": "http://100.86.140.254:1234/v1/",
    "TimeoutMs": 2000,
    "Uri": "http://100.86.140.254:1234/v1/"
  },
  "Embedding": {
    "BaseUrl": "http://127.0.0.1:8081/v1/",
    "TimeoutMs": 2000,
    "Uri": "http://127.0.0.1:8081/v1/"
  },
  "Owner": {
    "Name": "Crushed"
  },
  "TimeZoneId": "UTC",
  "SecretReferences": {
    "ingest": "env:NIX_INGEST_TOKEN",
    "ollama": "env:OLLAMA_API_KEY"
  }
}