Skip to content

Commit

Permalink
Change env behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Jul 5, 2024
1 parent 0898885 commit 501b406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collector_node/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
SIGNING_KEY = None

# Load the validator websocket URI from the environment.
load_dotenv("validator.env", override=True)
load_dotenv("validator.env", override=False)

try:
VALIDATOR_URI: Final[str] = os.environ["ORCFAX_VALIDATOR"]
Expand Down

0 comments on commit 501b406

Please sign in to comment.