node-setconfig:Node.js 的配置加载器

时间:2024-06-30 12:22:35
【文件属性】:

文件名称:node-setconfig:Node.js 的配置加载器

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-30 12:22:35

JavaScript

设置配置 Node.js 的配置加载器 (C) Pradeep Mishra 基于环境加载 node.js 应用程序的配置。 setConfig遵循一些约定来简化配置加载和处理。 特征 使用简单 支持在配置json文件中注释 处理配置的辅助函数 示例用法 setConfig使用default.json加载默认配置,使用{enviroment}.json加载环境特定配置。 /myApp/configs/default.json { // default config "db" : { "host" : "localhost" , "port" : 1234 , "name" : "users" } , "rateLimit" : { "limit" : 100 // comment is als


【文件预览】:
node-setconfig-master
----MIT-LICENSE(1KB)
----.travis.yml(85B)
----README.md(2KB)
----.gitignore(15B)
----index.js(3KB)
----package.json(624B)

网友评论