initial commit
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
BMP_DEMO_PASSWORD=change-this-to-a-long-random-password
|
||||
OPENROUTER_API_KEY=replace-me
|
||||
|
||||
# Optional: set this for public HTTPS through Caddy, for example demo.example.com.
|
||||
# Leave unset for local HTTP on port 80 via docker compose.
|
||||
# APP_DOMAIN=demo.example.com
|
||||
|
||||
OPENROUTER_MODEL=openai/gpt-5.4-nano
|
||||
BMP_MAX_UPLOAD_BYTES=15728640
|
||||
BMP_MAX_PDF_PAGES=35
|
||||
BMP_MAX_ACTIVE_SUMMARY_JOBS=10
|
||||
MAX_UPLOAD_SIZE=20MB
|
||||
|
After Width: | Height: | Size: 401 B |
Reference in New Issue
Block a user