Skip to content

Commit

Permalink
env example update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdutchak authored and mudler committed Jul 17, 2024
1 parent 8899e3c commit 9650324
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PORT=8080
RPC_URL=https://ethereum-sepolia.publicnode.com
VALIDATOR=true

## ORACLE peer configuration
## ORACLE configuration
BOOTNODES=/ip4/35.223.224.220/udp/4001/quic-v1/p2p/16Uiu2HAmPxXXjR1XJEwckh6q1UStheMmGaGe8fyXdeRs3SejadSa
ENV=test
FILE_PATH=.
Expand All @@ -26,11 +26,12 @@ TWITTER_PASS= your twitter password
TWITTER_2FA_CODE= your twitter 2fa code
DISCORD_SCRAPER=true
DISCORD_BOT_TOKEN= your discord bot token
TWITTER_SCRAPER=false
WEB_SCRAPER=false
TWITTER_SCRAPER=true
WEB_SCRAPER=true

## optional added features for ORACLE or VALIDATOR nodes only

# For use with ollama https://hub.docker.com/r/ollama/ollama if running on same server
# Claude API and Elevenlabs API
CLAUDE_API_KEY=
CLAUDE_API_URL=
CLAUDE_API_VERSION=
Expand Down

0 comments on commit 9650324

Please sign in to comment.