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