-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
44 lines (36 loc) · 1.14 KB
/
Copy path.env.example
File metadata and controls
44 lines (36 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
APP_NAME="JatuhTempo"
APP_VERSION="0.1.0"
DEBUG=false
DATABASE_URL="postgresql+asyncpg://postgres:postgres@localhost:5432/jatuhtempo"
DEEPSEEK_API_KEY="sk-you...-key"
DEEPSEEK_BASE_URL="https://api.deepseek.com"
DEEPSEEK_MODEL="deepseek-v4-flash"
TELEGRAM_BOT_TOKEN="your-telegram-bot-token"
MEDIA_DIR="media"
MAX_IMAGE_SIZE_MB=10
REMINDER_CHECK_INTERVAL_MINUTES=15
JWT_SECRET="generate-a-random-secret-here"
WEB_URL=""
SENTRY_DSN=""
IMAGE_API_KEY=""
IMAGE_MODEL="flux"
ENCRYPTION_KEY="generate-a-random-32-byte-hex-key-here"
CRYPTO_SALT="jatuh-tempo-salt"
POLAR_ACCESS_TOKEN="your-polar-sh-access-token"
POLAR_PRODUCT_ID="your-polar-sh-product-id"
POLAR_SUCCESS_URL="https://jatuhtempo.app/settings"
POLAR_WEBHOOK_SECRET="your-polar-webhook-secret"
ADMIN_EMAILS="admin@example.com"
SMTP_HOST="smtp.gmail.com"
SMTP_PORT=587
SMTP_USER="your-email@gmail.com"
SMTP_PASS="your-16-char-app-password"
SMTP_FROM="JatuhTempo <your-email@gmail.com>"
API_RATE_LIMIT=30
API_RATE_WINDOW_SECONDS=60
AUTH_RATE_LIMIT=10
AUTH_RATE_WINDOW_SECONDS=60
PLATFORM_RATE_CONFIDENCE_DIVISOR=20
PLATFORM_RATE_OUTLIER_MIN=0.1
PLATFORM_RATE_OUTLIER_MAX=50.0
PLATFORM_RATE_EMA_ALPHA_MAX=0.3