chore: add coolify-ready docker packaging and deployment env template

This commit is contained in:
Codex
2026-02-18 13:03:23 +00:00
parent 989b5cf048
commit 1236821650
4 changed files with 67 additions and 0 deletions

20
.env.example Normal file
View File

@@ -0,0 +1,20 @@
# Runtime
NODE_ENV=production
PORT=3000
STATE_FILE_PATH=/data/state.json
# Webhook secrets
X_WEBHOOK_SECRET=replace-me
POLAR_WEBHOOK_SECRET=replace-me
# Credit policy
BASE_CREDITS=1
INCLUDED_CHARS=25000
STEP_CHARS=10000
STEP_CREDITS=1
MAX_CHARS_PER_ARTICLE=120000
# Rate limits (requests per minute)
WEBHOOK_RPM=120
AUTH_RPM=30
ACTION_RPM=60