Skip to content

Commit

Permalink
add example values to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed May 16, 2024
1 parent 89cbe0d commit 2ec0a90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORT=3000
BACKEND_URL=
VALIDATOR_URL=
BEACON_URL=
API_TOKEN=
SESSION_PASSWORD=
BACKEND_URL=http://127.0.0.1:3001
BEACON_URL=http://your-BN-ip:5062
VALIDATOR_URL=http://your-VC-ip:5052
API_TOKEN=get-it-from-'.lighthouse/validators/api-token.txt'
SESSION_PASSWORD="your-password"

0 comments on commit 2ec0a90

Please sign in to comment.