Put a default section header above the TTL
Turns out that ini files need section headers. Change-Id: Ia6c715fa4e47135ad3a81577db9a8749342b654d
This commit is contained in:
parent
9c650cc731
commit
25d60e495c
@ -1,4 +1,6 @@
|
||||
[DEFAULT]
|
||||
# 24 hours expiration
|
||||
token_ttl = 86400
|
||||
|
||||
[database]
|
||||
connection=mysql://<%= mysql_user %>:<%= mysql_password %>@<%= mysql_host %>:3306/storyboard
|
||||
|
Loading…
x
Reference in New Issue
Block a user