1.0.0 • Published 8 months ago

@rainder/config v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 months ago

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',
  },
});