Merge pull request #1038 from dod-ccpo/raise-session-limit
Raise default session lifetime to 30 minutes.
This commit is contained in:
commit
b7f8152cc1
@ -3,7 +3,7 @@
|
||||
"files": null,
|
||||
"lines": null
|
||||
},
|
||||
"generated_at": "2019-08-14T14:39:14Z",
|
||||
"generated_at": "2019-08-21T18:40:15Z",
|
||||
"plugins_used": [
|
||||
{
|
||||
"base64_limit": 4.5,
|
||||
@ -81,14 +81,14 @@
|
||||
"hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3",
|
||||
"is_secret": false,
|
||||
"is_verified": false,
|
||||
"line_number": 17,
|
||||
"line_number": 18,
|
||||
"type": "Secret Keyword"
|
||||
},
|
||||
{
|
||||
"hashed_secret": "abcdb568713c255c81376829da20004ba9463fd3",
|
||||
"is_secret": false,
|
||||
"is_verified": false,
|
||||
"line_number": 23,
|
||||
"line_number": 24,
|
||||
"type": "Secret Keyword"
|
||||
}
|
||||
],
|
||||
|
@ -10,7 +10,7 @@ CSP=mock
|
||||
DEBUG = true
|
||||
ENVIRONMENT = dev
|
||||
LOG_JSON = false
|
||||
PERMANENT_SESSION_LIFETIME = 600
|
||||
PERMANENT_SESSION_LIFETIME = 1800
|
||||
PE_NUMBER_CSV_URL = http://c95e1ebb198426ee57b8-174bb05a294821bedbf46b6384fe9b1f.r31.cf5.rackcdn.com/penumbers.csv
|
||||
PGAPPNAME = atst
|
||||
PGDATABASE = atat
|
||||
|
Loading…
x
Reference in New Issue
Block a user