mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
dev day #99
This commit is contained in:
@@ -78,6 +78,13 @@ LOG_LEVEL=info # debug, info, warn, error
|
||||
LOG_FORMAT=text # text or json
|
||||
LOG_OUTPUT=stdout # stdout, stderr, or file path
|
||||
|
||||
# Server timeouts (increase for long AI requests)
|
||||
READ_TIMEOUT=15
|
||||
WRITE_TIMEOUT=120
|
||||
|
||||
# Feature Flags
|
||||
REMBG_ENABLED=false
|
||||
|
||||
# OpenRouter (for AI blog generation)
|
||||
# Get a key at https://openrouter.ai
|
||||
# Do not commit real keys. Set in deployment environment.
|
||||
@@ -91,6 +98,9 @@ OPENROUTER_FALLBACK_MODEL=mistralai/mistral-nemo:free
|
||||
OPENROUTER_SITE_URL=http://localhost:8080
|
||||
OPENROUTER_APP_NAME=MyClub
|
||||
|
||||
# Frontend AI timeout (ms)
|
||||
REACT_APP_AI_TIMEOUT_MS=90000
|
||||
|
||||
# Umami Analytics
|
||||
UMAMI_URL=https://umami.tdvorak.dev
|
||||
UMAMI_USERNAME=admin
|
||||
|
||||
Reference in New Issue
Block a user