all repos — caroster @ v0.5.1

[Octree] Group carpool to your event https://caroster.io

backend/config/plugins.js (view raw)

 1module.exports = ({env}) => ({
 2  email: {
 3    provider: 'sendgrid',
 4    providerOptions: {
 5      apiKey: env('SENDGRID_API_KEY'),
 6    },
 7    settings: {
 8      defaultFrom: env('SENDGRID_DEFAULT_FROM', 'sysadmin@octree.ch'),
 9      defaultReplyTo: env('SENDGRID_DEFAULT_REPLYTO', 'sysadmin@octree.ch'),
10    },
11  },
12});