-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1.59 KB
/
Copy path.env.example
File metadata and controls
31 lines (26 loc) · 1.59 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
# ── Required ──────────────────────────────────────────────────────────────────
# Node identifier — must match the id in CF worker's nodes.config.js
# e.g. "midas", "germany", "danbot", "france"
NODE_NAME=
# HTTP port the rasterizer listens on
# Pterodactyl may auto-set this; if not, defaults to 3000
PORT=
# ── Concurrency ───────────────────────────────────────────────────────────────
# Worker thread pool size (default: 4 for VPS, 2 for Render)
MAX_CONCURRENT=
# ── Discord alerts (optional) ─────────────────────────────────────────────────
# Webhook URL for error notifications
DISCORD_WEBHOOK_URL=
# ── Auto-updater (VPS only) ───────────────────────────────────────────────────
# GitHub repo to sync from on restart
GITHUB_REPO=a5sh/rasterize-node
GITHUB_BRANCH=main
# Personal access token for private repos
GITHUB_TOKEN=
# Set to "1" to skip the auto-update check
SKIP_UPDATE=0
# Set to "1" to force re-sync all files even if SHA matches
FORCE_SYNC=0
# ── Metrics reporting (Vercel/Netlify serverless nodes) ───────────────────────
# Override the default CF hub URL
CF_REPORT_URL=