Commit Graph

2 Commits

Author SHA1 Message Date
AskIt 465bd8b60c chore(.env.example): Remove commented accent color configuration
- Remove NEXT_PUBLIC_ACCENT_COLOR commented example from environment template
- Simplify optional settings section by removing unused configuration option
- Keep BOT_MAX_PER_USER as the only optional setting example
2026-01-25 17:01:57 +01:00
AskIt ca53cfbc3b chore: Add environment configuration template and clean up utility scripts
- Add .env.example with comprehensive configuration documentation for database, authentication, storage, and node settings
- Update .gitignore to explicitly track .env.example while excluding all .env variants
- Add IDE configuration directories (.vscode/, .kiro/) to .gitignore
- Remove clear_bots.ts and inspect_bots.ts utility scripts that are no longer needed
- Improve environment setup experience for new developers by providing a clear template with all required and optional configuration options
2026-01-25 16:35:41 +01:00