node 配置文件 .js or .json
node 新手,大家在项目中一般怎么使用配置文件的?用 .js还是.json ,各有什么优劣?谢谢了
22 回复
我现在用.cfg
module.export = { mysql : {path : ‘xxx’, acc : ‘xxx’, pwd : ‘xxx’, db : ‘xxx’, port : xxxx, limit : xx}
//采集层redis rawRedis : {path : ‘xxx’, port : ‘xxx’, topic : ‘xxxx’}
//应用层redis localRedis : {path : ‘xxx’, port : ‘xxx’} }
配置项再也不用写双引号, 再也不用desc来写注释, 我真特么机智