From 7669cf7998b209dcdddac3a01465d27515e291d3 Mon Sep 17 00:00:00 2001 From: ines mkacher <ines.mkacher@maarch.org> Date: Fri, 11 Sep 2020 16:50:20 +0200 Subject: [PATCH] Update config.md --- troubleshooting/config.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/troubleshooting/config.md b/troubleshooting/config.md index 2b9e03c..320346a 100644 --- a/troubleshooting/config.md +++ b/troubleshooting/config.md @@ -59,6 +59,40 @@ +### Le themps de déconnexion : + +Modifier la ligne <CookieTime>20</CookieTime> <!-- minutes --> + + +~~~ xml +maarch@MaarchIntegration1904:/var/www/html/MaarchCourrier/apps/maarch_entreprise/xml$ cat config.xml.default +<?xml version="1.0" encoding="utf-8"?> +<ROOT> + <CONFIG> + <databaseserver>localhost</databaseserver> + <databaseserverport>5432</databaseserverport> + <databasetype>POSTGRESQL</databasetype> + <databasename>MaarchCourrier</databasename> + <databaseuser>maarch</databaseuser> + <databasepassword>maarch</databasepassword> + <databasesearchlimit>500</databasesearchlimit> + <nblinetoshow>10</nblinetoshow> + <limitcharsearch>2</limitcharsearch> + <lang>fr</lang> + <adminmail>support@maarch.fr</adminmail> + <adminname>maarch</adminname> + <debug>false</debug> + <applicationname>MAARCH COURRIER 19.04</applicationname> + <defaultPage>welcome</defaultPage> + <CookieTime>20</CookieTime> <!-- minutes --> + <timezone>Europe/Paris</timezone> + <userdefaultpassword>maarch</userdefaultpassword> <!-- default user's password --> + <usePHPIDS>true</usePHPIDS> + </CONFIG> + +~~~ + + ### Les champs custom ```xml -- GitLab