28 lines
755 B
Plaintext
28 lines
755 B
Plaintext
# VortexGPU — rent-a-PC platform
|
|
|
|
# Gateway port
|
|
PORT=3000
|
|
|
|
# Hidden admin (openssl rand -hex 24)
|
|
ADMIN_TOKEN="CHANGE_ME"
|
|
|
|
# Windows GPU node agent secret
|
|
NODE_SECRET="CHANGE_ME"
|
|
|
|
# Proxmox hypervisor
|
|
PVE_HOST=10.30.20.85
|
|
PVE_USER=root
|
|
PVE_TEMPLATE_WIN=504 # comandoVM (Windows 10, template:1)
|
|
PVE_TEMPLATE_LINUX=990 # vortex-linux-tpl (debian cloud-init)
|
|
PVE_VMID_START=2000
|
|
|
|
# BTCPay
|
|
BTCPAY_URL=https://10.30.20.140
|
|
BTCPAY_API_KEY=4367faaccfa84c9a58d8fa65190290b94e385799
|
|
BTCPAY_STORE_ID=B3nkkrKECSugCBTWEXrm9PtTHNsVzP9WxESryzRdrF5T
|
|
BTCPAY_PUBLIC=https://btcpay.thetempleofdoom.com
|
|
BTCPAY_WEBHOOK_SECRET=vortexgpu-webhook-secret-2026
|
|
|
|
# Marketing tier label shown to tenants (decoupled from real hardware)
|
|
GPU_SKU=NVIDIA GeForce RTX 5090 32GB
|