config.example.yaml 569 B

1234567891011121314151617
  1. # zenmux-usage configuration
  2. #
  3. # Install this file to $XDG_CONFIG_HOME/zenmux-usage/config.yaml
  4. # or ~/.config/zenmux-usage/config.yaml and set it to mode 0600:
  5. # mkdir -p ~/.config/zenmux-usage
  6. # cp config.example.yaml ~/.config/zenmux-usage/config.yaml
  7. # chmod 600 ~/.config/zenmux-usage/config.yaml
  8. #
  9. # List one entry per ZenMux account. Names must be unique; api_key
  10. # must be a Management API key (standard keys are rejected by the API).
  11. accounts:
  12. - name: personal
  13. api_key: sk-zm-REPLACE-ME-personal
  14. - name: work
  15. api_key: sk-zm-REPLACE-ME-work