Configuration

Configuration**

config/mainframe.yaml (Example Snippet)

YAML

api:
  host: "0.0.0.0"
  port: 50051
scheduler:
  default_policy: "balanced-load"
  scoring_weights:
    epc_available: 0.3
    zk_perf: 0.4
logging:
  level: "debug"
database:
  url: ${DATABASE_URL} # References .env
attestation:
  provider: "dcap"
  trusted_mrenclaves:
    "zkp_verifier_v1": "abcdef123456..."

config/worker.yaml (Example Snippet)

YAML

gramine-manifests/worker.manifest.template (Simplified Example Snippet)

This template is customized per job by the worker.

Ini, TOML

Last updated