summaryrefslogtreecommitdiff
path: root/src/config.json.example
AgeCommit message (Collapse)AuthorFilesLines
2026-06-24chore: remove access_token from config (calculated by program)dev1-2/+0
2026-06-24feat: switch config to JSON; add go.mod and config.json.exampledev1-0/+17
- Replace Viper-based config with encoding/json (config.go) - Add config.json with sensible defaults (gitignored) - Add config.json.example with empty values as reference - Initialize go module (go.mod) - Update main.go to use LoadConfig()