-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
40 lines (31 loc) · 789 Bytes
/
env.example
File metadata and controls
40 lines (31 loc) · 789 Bytes
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
# Database Configuration
DATABASE_HOST=
DATABASE_PORT=32
DATABASE_NAME=
DATABASE_USERNAME=
DATABASE_PASSWORD=
# JWT Configuration
JWT_SECRET=
JWT_EXPIRES_IN=
# Application Configuration
PORT=
NODE_ENV=
# Blockradar Configuration
# Option 1: Master API Key (Recommended)
BLOCKRADAR_MASTER_API_KEY=
# Option 2: Individual API Keys (Legacy)
BLOCKRADAR_SOLANA_WALLET_ID=
BLOCKRADAR_SOLANA_WALLET_KEY=
BLOCKRADAR_SOLANA_USDC_ASSET_ID=
BLOCKRADAR_BASE_WALLET_ID=
BLOCKRADAR_BASE_WALLET_KEY=
BLOCKRADAR_BASE_USDC_ASSET_ID=
BLOCKRADAR_BSC_WALLET_ID=
BLOCKRADAR_BSC_WALLET_KEY=
BLOCKRADAR_BSC_USDT_ASSET_ID=
BLOCKRADAR_POLYGON_WALLET_ID=
BLOCKRADAR_POLYGON_WALLET_KEY=
BLOCKRADAR_POLYGON_USDT_ASSET_ID=
BLOCKRADAR_TRON_WALLET_ID=
BLOCKRADAR_TRON_WALLET_KEY=
BLOCKRADAR_TRON_USDT_ASSET_ID=