feat: add .env.example and configuration documentation #1

Merged
vikingowl merged 1 commits from feature/config-documentation into dev 2026-01-22 11:09:35 +01:00
Owner

Summary

  • Add .env.example with all configuration options documented
  • Fix hardcoded Ollama URL in frontend hooks

Changes

  • Created .env.example at repo root with documented environment variables
  • Backend: PORT, DB_PATH, OLLAMA_URL, GITHUB_REPO
  • Frontend: OLLAMA_API_URL, BACKEND_URL, DEV_PORT

Closes #9

Test plan

  • Copy .env.example to .env and verify app runs with defaults
  • Modify values and verify they're respected
## Summary - Add `.env.example` with all configuration options documented - Fix hardcoded Ollama URL in frontend hooks ## Changes - Created `.env.example` at repo root with documented environment variables - Backend: `PORT`, `DB_PATH`, `OLLAMA_URL`, `GITHUB_REPO` - Frontend: `OLLAMA_API_URL`, `BACKEND_URL`, `DEV_PORT` ## Related Issue Closes #9 ## Test plan - [ ] Copy `.env.example` to `.env` and verify app runs with defaults - [ ] Modify values and verify they're respected
vikingowl added 1 commit 2026-01-22 11:07:52 +01:00
- Add .env.example with all documented environment variables
- Fix conversation-summary.ts to use proxy instead of hardcoded localhost

Closes #9
vikingowl merged commit b33f8ada5d into dev 2026-01-22 11:09:35 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vikingowl/vessel#1