25d60e495c
Turns out that ini files need section headers. Change-Id: Ia6c715fa4e47135ad3a81577db9a8749342b654d
7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
[DEFAULT]
|
|
# 24 hours expiration
|
|
token_ttl = 86400
|
|
|
|
[database]
|
|
connection=mysql://<%= mysql_user %>:<%= mysql_password %>@<%= mysql_host %>:3306/storyboard
|