You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration file is automatically created on first runand contains two main sections:
160
+
The configuration file is automatically created on first run. See `docs/providers.md` for detailed provider configuration and `docs/colors.md` for color customization options.
161
161
162
162
### [DEFAULT] Section
163
163
164
164
```ini
165
165
[DEFAULT]
166
166
username = yourusername
167
167
cache_expiry_hours = 24
168
+
provider = github
169
+
provider_url = https://api.github.com
168
170
```
169
171
170
-
-`username`: Your default GitHub username (automatically set from authenticated GitHub CLI user)
172
+
-`username`: Your default username (automatically detected)
171
173
-`cache_expiry_hours`: How long to keep cached data (default: 24 hours)
0 commit comments