-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (27 loc) · 1018 Bytes
/
Copy path.env.example
File metadata and controls
38 lines (27 loc) · 1018 Bytes
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
# Server
PORT=3000
# Process Mode: all (API + Worker), api (only API), worker (only Worker)
MODE=all
# Redis
REDIS_URL=redis://localhost:6379
# PostgreSQL
DATABASE_URL=postgres://user:password@localhost:5432/bugnotify?sslmode=disable
# Allowed Sites (comma-separated domains that can be reported on)
ALLOWED_SITES=example.com,other-site.com,shop.example.com
# Portal Domain (the domain where the feedback form is hosted)
PORTAL_DOMAIN=bug.devrimsoft.com
# Rate Limiting
RATE_LIMIT_RPS=10
# Worker
WORKER_CONCURRENCY=10
# Image Upload (opsiyonel - R2 Image Processor API)
IMAGE_API_URL=https://view.devrimsoft.com
IMAGE_API_KEY=your-r2-api-key
# Cloudflare Turnstile (opsiyonel - bot korumasi)
# TURNSTILE_SITE_KEY=0x4AAAAAAA...
# TURNSTILE_SECRET_KEY=0x4AAAAAAA...
# TLS (opsiyonel - Coolify/reverse proxy arkasindan TLS gereksiz)
# TLS_CERT_FILE=/path/to/cert.pem
# TLS_KEY_FILE=/path/to/key.pem
# Trusted Proxies (opsiyonel - Coolify icin genelde gerekli degil)
# TRUSTED_PROXIES=10.0.0.0/8,172.16.0.0/12