templates:
  main-doc: ./templates/main_doc.html
  maxwell-status: ./templates/maxwell_status.html
  log-output: ./templates/log_output.html
  last-characterizations: ./templates/last_characterizations.html
  last-correction: ./templates/last_correction.html
  running-jobs: ./templates/running_jobs.html
  dark-overview: ./templates/dark_overview.html
  css: ./templates/serve_overview.css

shell-commands:
  nodes-avail-res: "sinfo --nodes=`sinfo -p exfel -t idle -N --noheader -T | grep {} | awk '{{print $6}}'` --noheader -p exfel -o %A"
  total-jobs: "sinfo -p exfel -o %A --noheader"
  upex-jobs: "sinfo -T --noheader | awk '{print $1}'"
  upex-prefix: "upex_"
  tail-log: "tail -5000 web.log"
  cat-log: "cat web.log"

run-candidates:
    - "--run-high"
    - "--run-med"
    - "--run-low"
    - "--run"

server-config:
    port: 8008
    host: max-exfl016.desy.de
    dark-timeout: 30
    n-calib: 10

web-service:
    job-db: ./webservice_jobs.sqlite
    cal-config: "@format {env[HOME]}/.cache/pycalibration/calibration_config/default.yaml"