Take config through env. #122
No reviewers
Labels
No Label
bug
critical
documentation
duplicate
enhancement
Epic
good first issue
help wanted
Integration tests
invalid
question
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/ipld-eth-server#122
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "load-config-env"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fixes:https://github.com/vulcanize/ipld-eth-server/issues/119
One comment/question:
What if we want to load some params from a .toml and others from a .env? These files won't necessarily be the same, I think we should introduce a new CLI flag for specifying a ENV file path distinct from the TOML config file path. What do you think?
I will update the code to use a different flag for CLI.
LGTM, thanks for making the update