-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.staging.example
More file actions
49 lines (39 loc) · 1.37 KB
/
.env.staging.example
File metadata and controls
49 lines (39 loc) · 1.37 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
45
46
47
48
49
# ═══════════════════════════════════════════
# SATELINK NETWORK — STAGING ENVIRONMENT
# Network: Polygon (Amoy Testnet)
# DB: PostgreSQL
# ═══════════════════════════════════════════
# Server
NODE_ENV=staging
PORT=8080
HOST=0.0.0.0
SATELINK_MODE=sim
# Database — PostgreSQL ONLY (no SQLite)
DATABASE_URL=postgresql://satelink:password@localhost:5432/satelink_staging
# Cache
REDIS_URL=redis://localhost:6379
# Security
JWT_SECRET=change_me_staging_must_be_64_chars_minimum_aaaaaaaaaaaaaaaaaaaaaa
# Blockchain — Polygon Amoy Testnet
RPC_URL=https://rpc-amoy.polygon.technology
CHAIN_ID=80002
TREASURY_ADDRESS=0x0000000000000000000000000000000000000000
DEPLOYER_PK=
POLYGON_MUMBAI_RPC_URL=https://rpc-amoy.polygon.technology
POLYGONSCAN_API_KEY=
# USDT Contract — Polygon Amoy
USDT_CONTRACT_ADDRESS=0x0000000000000000000000000000000000000000
# Contract Addresses (populated after deploy)
NODE_REGISTRY_ADDRESS=
REVENUE_DISTRIBUTOR_ADDRESS=
CLAIMS_CONTRACT_ADDRESS=
SPLIT_ENGINE_ADDRESS=
# External APIs
NODEOPS_API_KEY=
MOONPAY_SECRET_KEY=
# Notifications (populate via GitHub Secrets — do NOT commit real values)
DISCORD_WEBHOOK_URL=
SLACK_WEBHOOK_URL=
# Feature Flags
ENABLE_DRILLS=false
ENABLE_AUTO_EPOCH=false