Skip to content
Snippets Groups Projects
config.rec.ts 324 B
Newer Older
  • Learn to ignore specific revisions
  • export const configRec = {
      url: process.env.MAIL_URL,
      token: process.env.MAIL_TOKEN,
      host: 'resin-rec.grandlyon.com',
      protocol: 'https',
      port: '443',
      from: 'inclusionnumerique@grandlyon.com',
      from_name: '[REC] Réseau des acteurs de la médiation numérique',
      replyTo: 'inclusionnumerique@grandlyon.com',
    };