-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
49 lines (40 loc) · 1.09 KB
/
Copy path.env.example
File metadata and controls
49 lines (40 loc) · 1.09 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
# ============================================================
# MolTrust API — Environment Variables
# Copy to .env and fill in values before running
# ============================================================
# --- REQUIRED ---
MOLTRUST_API_KEYS=your_api_key_1,your_api_key_2
# --- Database ---
DATABASE_URL=postgresql://moltstack:password@localhost/moltstack
DB_HOST=localhost
DB_NAME=moltstack
MOLTSTACK_DB_PW=
# --- Cryptographic Signing (choose one) ---
# Option 1 (recommended): AWS KMS encrypted key
DID_PRIVATE_KEY_ENCRYPTED=
KMS_KEY_ID=
AWS_REGION=eu-central-1
# Option 2 (development only): hex-encoded Ed25519 private key
# DID_PRIVATE_KEY_HEX=
# --- Blockchain (Base L2) ---
BASE_WALLET_KEY=
BASE_WRITE_KEY=
BASE_RPC=https://mainnet.base.org
BASE_ADDR=
# --- Admin ---
ADMIN_KEY=
NONCE_SECRET=
# --- GitHub OAuth ---
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# --- Moltbook ---
MOLTBOOK_APP_KEY=
# --- SMTP (Email) ---
SMTP_HOST=mail.infomaniak.com
SMTP_PORT=587
SMTP_USER=info@moltrust.ch
SMTP_PASS=
# --- Optional Services ---
CREDITS_ENABLED=false
APIFOOTBALL_KEY=
BASESCAN_WEBHOOK_SECRET=