From 716abb695f9307e5344221c04cfbe38fad7bea69 Mon Sep 17 00:00:00 2001 From: Nikita Konovalov Date: Mon, 31 Mar 2014 15:47:18 +0400 Subject: [PATCH] Storyboard token expiration increased Expiration is set to 24 hours. This should be merged before https://review.openstack.org/#/c/84107/ Change-Id: Ie3ba222caf2b8c6c20ffcac0cbd94bc8b4e2a83d --- templates/storyboard.conf.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/storyboard.conf.erb b/templates/storyboard.conf.erb index a3278ae..14863a9 100644 --- a/templates/storyboard.conf.erb +++ b/templates/storyboard.conf.erb @@ -1,2 +1,4 @@ +# 24 hours expiration +token_ttl = 86400 [database] connection=mysql://<%= mysql_user %>:<%= mysql_password %>@<%= mysql_host %>:3306/storyboard