random-config

0.1.0 • Public • Published

random-config

Example

  const random = require('random-config');
  const configs = {
    redis: [
      '10.10.10.1',
      '10.10.10.2',
      '10.10.10.3'
    ]
  }

  const redisConfig = random(configs.redis);

Readme

Keywords

Package Sidebar

Install

npm i random-config

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • mdemo