Skip to content

Local Config Option #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Local Config Option #60

wants to merge 7 commits into from

Conversation

pjlamb12
Copy link
Owner

This adds a new feature, the ability to conditionally load a local config file that is not included in source control and overwrites the values of the config that are in source control.

It also changes the method of providing the config object that determines from where to load the config files to using an injection token instead of the forRoot method.

The last change is using Lodash's merge method to merge the config object instead of the spread operator so things are properly merged deeply.

@pjlamb12 pjlamb12 self-assigned this Nov 16, 2023
@pjlamb12
Copy link
Owner Author

Will resolve #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant