-
Notifications
You must be signed in to change notification settings - Fork 1
Allow environment variables in server configs #101
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Looks like user ns still references recently removed config methods causing the repl not to start for me |
I've fixed this now. |
This patch removes the majority of the configuration processing and parsing code in favor of that added to the db library in fluree/db#943. The only configuration parsing and initialization code left here is that which is specific to fluree/server. This patch also makes use of the environment variable aware configuration parsing code added in fluree/db#943 so that users can specify that certain values should be loaded from environment variables.