summaryrefslogtreecommitdiff
path: root/src/config.go
AgeCommit message (Expand)AuthorFilesLines
2026-06-25feat: fetch missing wiki data from custom server and populate imdb tabledev1-0/+4
2026-06-24feat: add AccessToken back to Config struct (json:"-" to exclude from seriali...dev1-0/+1
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-84/+32
2026-06-24chore: commit existing config.go changesdev1-1/+2
2026-06-24Initial commitdev1-0/+97