-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
overhaul config (.env / env vars) mechanism
- Loading branch information
Showing
2 changed files
with
15 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
PORT=3000 | ||
BACKEND_URL=http://127.0.0.1:3001 | ||
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" | ||
SESSION_PASSWORD=default-siren-password | ||
SSL_ENABLED=true | ||
# don't change these when building the docker image, only change when running outside of docker | ||
PORT=3000 | ||
BACKEND_URL=http://127.0.0.1:3001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters