@rainder/config
v1.0.0
Published
Allows to change server configuration without restarting the service
Downloads
6
Readme
config autoreload
Basic autoreload wrapper for config
module. Allows to change server configuration without restarting the app.
Usage example
const config = require('@rainder/config');
const CONFIG = config.init({
PASSWORD: 'server.password',
SSL: {
ENABLE: 'server.ssl.enable',
},
});