From cfcff12d1a24b8d431b9898e5a38ea20b58cec12 Mon Sep 17 00:00:00 2001 From: FORESTIER Fabien <fabien.forestier@soprasteria.com> Date: Tue, 6 Nov 2018 09:18:58 +0100 Subject: [PATCH] Add email service conf for rec environment --- src/environments/environment.rec.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/environments/environment.rec.ts b/src/environments/environment.rec.ts index 83e827b9..3735ebbe 100644 --- a/src/environments/environment.rec.ts +++ b/src/environments/environment.rec.ts @@ -31,6 +31,10 @@ export const environment = { url: kongBaseUrl + '/organizations', }, + emailService: { + url: 'https://kong.alpha.grandlyon.com/email', + }, + // Path to the built app in a particular language angularAppHost: { fr: '/fr', -- GitLab