diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-08 02:16:19 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-08 02:16:19 -0700 |
| commit | f361e7599d9a11ad3397b7b6bffee151ab9bdde9 (patch) | |
| tree | ed19c556720b4f54b01b2d091285e471e0049dbc /.env.example | |
| parent | e8b8dc790e30131976fa22d70a79bd2a6ff4c94a (diff) | |
Fix startup error and improve category dropdown readability
- Give ollama_timeout a default of 120s so the app starts without it in .env
- Style select option elements to match dark theme, fixing low contrast in dropdown
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..d3cb4e2 --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ +OLLAMA_HOST=http://localhost:11434 +MODEL_NAME=gemma4:latest +DATABASE_URL=sqlite:///./chef.db |
