| 1234567891011121314151617 |
- # zenmux-usage configuration
- #
- # Install this file to $XDG_CONFIG_HOME/zenmux-usage/config.yaml
- # or ~/.config/zenmux-usage/config.yaml and set it to mode 0600:
- # mkdir -p ~/.config/zenmux-usage
- # cp config.example.yaml ~/.config/zenmux-usage/config.yaml
- # chmod 600 ~/.config/zenmux-usage/config.yaml
- #
- # List one entry per ZenMux account. Names must be unique; api_key
- # must be a Management API key (standard keys are rejected by the API).
- accounts:
- - name: personal
- api_key: sk-zm-REPLACE-ME-personal
- - name: work
- api_key: sk-zm-REPLACE-ME-work
|