From f6d30e6e0d1a408ee4fc90d38a9e1581c7120120 Mon Sep 17 00:00:00 2001
From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab>
Date: Thu, 30 Oct 2014 15:37:06 +0000
Subject: [PATCH] Added tokens_validity_period parameter

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@59 047e039d-479c-447e-8a29-aa6bf4a09bab
---
 conf/default-Conf.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/default-Conf.pm b/conf/default-Conf.pm
index 31455ee..c5d5415 100644
--- a/conf/default-Conf.pm
+++ b/conf/default-Conf.pm
@@ -17,6 +17,9 @@ our %global = (
     ## Validity period of test accounts, in days
     'accounts_validity_period' => 7,
     
+    ## Token validity period, in hours
+    'tokens_validity_period' => 2,
+
     ## Scope used by the Test IdP
     'idp_scope' => 'my.fqdn',
     
-- 
GitLab