Skip to content

Commit

Permalink
Fix env exmaple
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Jun 19, 2024
1 parent 22041d9 commit e13d7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORT=3000
BACKEND_URL=http://127.0.0.1:3001
BEACON_URL=http://your-BN-ip:5062
VALIDATOR_URL=http://your-VC-ip:5052
BEACON_URL=http://your-BN-ip:5052
VALIDATOR_URL=http://your-VC-ip:5062
API_TOKEN=get-it-from-'.lighthouse/validators/api-token.txt'
SESSION_PASSWORD="your-password"

0 comments on commit e13d7f9

Please sign in to comment.