Add allow_session_url_query in AWS configuration
This commit is contained in:
parent
9dee876932
commit
15deaab937
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ log_level: 2
|
||||||
language: "it"
|
language: "it"
|
||||||
jwt_expire_time: 120
|
jwt_expire_time: 120
|
||||||
|
|
||||||
|
handlers:
|
||||||
|
allow_session_url_query: true
|
||||||
|
|
||||||
keys:
|
keys:
|
||||||
cookie_store_key: "2a=UvD!"
|
cookie_store_key: "2a=UvD!"
|
||||||
jwt_signing_key: "ytOC>3,"
|
jwt_signing_key: "ytOC>3,"
|
||||||
|
|
Loading…
Reference in a new issue