5 Commits (master)

Author SHA1 Message Date
oabrivard a9b60648ee feat: make generation timeout configurable via GENERATION_TIMEOUT_MINUTES
The hardcoded 15-minute timeout was too short for some syntheses.
Now configurable via env var with a default of 30 minutes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 months ago
oabrivard 7c22647d89 Updated port mapping in docker config 2 months ago
oabrivard 69c1688bc7 chore: remove SESSION_SECRET and wrap master_encryption_key in Arc
SESSION_SECRET was loaded and validated but never used anywhere in the
codebase. master_encryption_key is now wrapped in Arc<String> to avoid
cloning the secret string on every AppState clone.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
oabrivard 355dbf6a5a Finished phase 1 3 months ago
oabrivard 2e315f21c3 Initial commit 3 months ago