Initial upload: DevDash CLI with TUI dashboard
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# DevDash CLI Configuration
|
||||
# Copy this file to .env and fill in your values
|
||||
|
||||
# GitHub Personal Access Token (required for GitHub features)
|
||||
GITHUB_TOKEN=
|
||||
|
||||
# GitLab Personal Access Token (required for GitLab features)
|
||||
GITLAB_TOKEN=
|
||||
|
||||
# Default repository in 'owner/repo' format
|
||||
DEVDASH_REPO=
|
||||
|
||||
# Default refresh interval in seconds (default: 30)
|
||||
DEVDASH_REFRESH=30
|
||||
|
||||
# Color theme: dark or light (default: dark)
|
||||
DEVDASH_THEME=dark
|
||||
Reference in New Issue
Block a user