easymedicineAPI (legacy) easyped API Configuration mkdir config cd config cat > secrets.js var secrets = { db:{ config: { user: 'USER', password: 'PASSWORD', host: 'HOST', database: 'DB', ssl: true } } }; module.exports = secrets;