-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (31 loc) · 2.17 KB
/
.env.example
File metadata and controls
37 lines (31 loc) · 2.17 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
# ─── BSV / Wallet ────────────────────────────────────────────────────────────
# Private key for the certifier server wallet (hex-encoded)
SERVER_PRIVATE_KEY=
# BSV network: 'main' or 'test'
BSV_NETWORK=main
# Wallet storage URL for the BSV wallet toolbox
WALLET_STORAGE_URL=
# ─── Redis ───────────────────────────────────────────────────────────────────
# Password injected into Redis via --requirepass and REDIS_URL. Required in production.
REDIS_PASSWORD=change_me_in_production
# REDIS_URL is constructed from REDIS_PASSWORD in docker-compose — override only if using external Redis
# REDIS_URL=redis://:change_me@redis:6379
# ─── Twilio (Email + SMS verification) ───────────────────────────────────────
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_SERVICE_SID=
# ─── X / Twitter (OAuth 2.0) ────────────────────────────────────────────────
X_CLIENT_ID=
X_CLIENT_SECRET=
X_REDIRECT_URI=http://localhost:3000/verify/x/callback
# ─── Google (OAuth 2.0) ─────────────────────────────────────────────────────
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT_URI=http://localhost:8080/api/verify/google/callback
# ─── Application ─────────────────────────────────────────────────────────────
NODE_ENV=development
HTTP_PORT=8080
HOSTING_DOMAIN=http://localhost:8080
FRONTEND_URL=http://localhost:3000
# ─── Monitoring (optional) ──────────────────────────────────────────────────
GRAFANA_ADMIN_PASSWORD=admin