UNPKG

sails-api-jwt

Version:

An example implementation of JWT-based API for user registration and authorization.

13 lines (11 loc) 248 B
/** * Mail configuration. * This one is for Mailgun.com * * You may also rewrite this config in api/config/local.js */ module.exports.mail = { api_key: 'key-XXXXXXXXXXXXXXXXXXXXX', domain: 'www.example.com', from: 'noreply@example.com' };