From dbf8a3745e0d6cfb4cd9016418ab68d75d3b0ca9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Agneray?= <francois.agneray@lam.fr>
Date: Thu, 4 Apr 2019 14:54:36 +0000
Subject: [PATCH] Update src/environments/environment.prod.ts

---
 src/environments/environment.prod.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts
index 3612073b..77b77373 100644
--- a/src/environments/environment.prod.ts
+++ b/src/environments/environment.prod.ts
@@ -1,3 +1,4 @@
 export const environment = {
-  production: true
+  production: true,
+  apiUrl: 'https://anis-dev.lam.fr'
 };
-- 
GitLab