export const configDev = {
  url: process.env.MAIL_URL,
  token: process.env.MAIL_TOKEN,
  host: 'resin-dev.grandlyon.com',
  protocol: 'https',
  port: '443',
  from: 'inclusionnumerique@grandlyon.com',
  from_name: '[DEV] Réseau des acteurs de la médiation numérique',
  replyTo: 'inclusionnumerique@grandlyon.com',
};