This should be lowercase
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4a977b1c73
commit
4bf3e4d04b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ transactions.db = "postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ i
|
||||||
|
|
||||||
tools.sessions.on = True
|
tools.sessions.on = True
|
||||||
tools.sessions.name = "fedora_ipsilon_session_id"
|
tools.sessions.name = "fedora_ipsilon_session_id"
|
||||||
tools.sessions.storage_type = "Sql"
|
tools.sessions.storage_type = "sql"
|
||||||
tools.sessions.storage_dburi = "postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}/{{ ipsilon_db_sessions_name }}"
|
tools.sessions.storage_dburi = "postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}/{{ ipsilon_db_sessions_name }}"
|
||||||
tools.sessions.timeout = 60
|
tools.sessions.timeout = 60
|
||||||
tools.sessions.httponly = True
|
tools.sessions.httponly = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue