-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathenv.example
More file actions
38 lines (30 loc) · 1.18 KB
/
env.example
File metadata and controls
38 lines (30 loc) · 1.18 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
# Discord Bot Configuration
# Get these from Discord Developer Portal: https://discord.com/developers/applications
DISCORD_BOT_TOKEN=your_discord_bot_token_here
DISCORD_GUILD_ID=your_discord_guild_id_here
DISCORD_ROLE_ID=your_discord_role_id_here
# Telegram Bot Configuration
# Get these from BotFather: https://t.me/botfather
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
TELEGRAM_CHAT_ID=your_telegram_chat_id_here
# API Configuration
API_KEY=your_secure_api_key_here
API_ADDR=:8080
API_URL=http://localhost:8080
# G-Swarm API Configuration
GSWARM_API_URL=https://gswarm.dev/api
GSWARM_API_SECRET=your_gswarm_api_secret_here
# Logging Configuration
LOG_LEVEL=info
# Blockchain Listener Configuration
# Ethereum Configuration
RPC_URL=wss://gensyn-testnet.g.alchemy.com/v2/Ee27UnNxpPWcpIbIsXFCH
CONTRACT_ADDRESS=0xa6834217923D7A2A0539575CFc67abA209E6436F
CONTRACT_NAME=blockassist
# Database Configuration
POSTGRES_USER=gswarm
POSTGRES_PASSWORD=gswarm_password
POSTGRES_DSN=postgres://gswarm:gswarm_password@postgres:5432/blockchain_events?sslmode=disable
# Blockchain Listener Configuration
MONITORED_EVENTS=HFUploadSubmitted,HFUploadVerified,HFUploadRejected
ABI_DIRECTORY=internal/blockchain/abis