From bceffef7212cd9b14e20238f837e111a09153ef8 Mon Sep 17 00:00:00 2001
From: fde <franck.desaize@kereval.com>
Date: Tue, 18 May 2021 12:54:28 +0200
Subject: [PATCH] correct installation.md

---
 Test-Management/installation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Test-Management/installation.md b/Test-Management/installation.md
index 24dceb4..dbd1eab 100755
--- a/Test-Management/installation.md
+++ b/Test-Management/installation.md
@@ -113,11 +113,11 @@ Copy the gazelle-tm.ear into the " standalone\\deployments" directory of your JB
 ## SSO
 
 With the release 5.15.0, Gazelle Test Management  needs a file to interact with the SSO application.
-This application read the configuration of the SSO in a file located in `/opt/gazelle/cas`. We need to create this folder and the configuration file `EVSClient.properties`.
+This application read the configuration of the SSO in a file located in `/opt/gazelle/cas`. We need to create this folder and the configuration file `gazelle-tm.properties`.
 
 ```
  mkdir /opt/gazelle/cas
- touch /opt/gazelle/cas/EVSClient.properties
+ touch /opt/gazelle/cas/gazelle-tm.properties
  chown -R jboss:jboss-admin /opt/gazelle/cas
  chmod -R g+w /opt/gazelle/cas
 ```
-- 
GitLab