Agent skill
configuration-env
Configure mjr.wtf safely via environment variables and .env files.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/configuration-env
Metadata
Additional technical details for this skill
- repo
- mjrwtf
- runner
- github-copilot-cli
- version
- 1.1
SKILL.md
Primary references
.env.example(template)- README “Configuration” + “Authentication”
Core variables
DATABASE_URL(required): SQLite database file path (e.g../database.db)AUTH_TOKENS(recommended): comma-separated bearer tokensAUTH_TOKEN(legacy): single bearer tokenBASE_URL(recommended): base URL used when constructing short links
Security-sensitive settings
SECURE_COOKIES=truein production behind HTTPS.ALLOWED_ORIGINS: set explicit origins in production.METRICS_AUTH_ENABLED=trueif/metricsshould not be public.
Didn't find tool you were looking for?