-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
17 lines (14 loc) · 760 Bytes
/
.env.example
File metadata and controls
17 lines (14 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Price update interval in seconds
UPDATE_INTERVAL_SECONDS=12
# Discord Bot Tokens
# Format: DISCORD_TOKEN_<NAME>=token
DISCORD_TOKEN_BTC=your_btc_bot_token_here
DISCORD_TOKEN_ETH=your_eth_bot_token_here
DISCORD_TOKEN_SOL=your_sol_bot_token_here
# Pyth Network Feed IDs (comma-separated)
# Format: CRYPTO:feed_id,CRYPTO:feed_id,...
CRYPTO_FEEDS=BTC:0xe62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43,ETH:0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace,SOL:0xef0d8b6fda2ceba41da15d4095d1da392a0d2f8ed0c6c7bc0f4cfac8c280b56d
# Database - CHANGE THESE PASSWORDS
POSTGRES_USER=postgres
POSTGRES_PASSWORD=PdefSMMIa8N22nKwHxmWz5znC13bUFo
DATABASE_URL=postgresql://postgres:PdefSMMIa8N22nKwHxmWz5znC13bUFo@postgres:5432/pricebot