Skip to content
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

Add a config subdir to project and hot config reloading so config dir is able to be mounted and updated from a centralized source #25

Closed
ewhal opened this issue May 30, 2019 · 1 comment

Comments

@ewhal
Copy link
Member

ewhal commented May 30, 2019

Would be cool if you supported multiple config backends like https://github.com/micro/go-config

@EdenCoder
Copy link
Collaborator

This works currently, config.js's are expected to export an object; you can import whatever config medium you like here so long as it exports an object:

An example:

module.exports = ini.parse('./config.ini');

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

No branches or pull requests

2 participants