You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module.exports={debug: false,enableCluster: true,// enable cluster modeenablePrivate: true,// enable private mode, only admin can publish, other user just can sync package from source npmdatabase: {db: 'cnpmjstest',host: 'localhost',port: 3306,unknowndatabasecnpmjsusername: 'cnpmjs',password: 'cnpmjs123'},admins: {admin: 'admin@cnpmjs.org',},syncModel: 'exist'// 'none', 'all', 'exist'};