Skip to content
Snippets Groups Projects
config.prod.ts 315 B
Newer Older
  • Learn to ignore specific revisions
  • export const configProd = {
      url: process.env.MAIL_URL,
      token: process.env.MAIL_TOKEN,
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      host: 'resin.grandlyon.com',
    
      protocol: 'https',
      port: '443',
      from: 'inclusionnumerique@grandlyon.com',
      from_name: 'Réseau des acteurs de la médiation numérique',
      replyTo: 'inclusionnumerique@grandlyon.com',
    };