Remove unused configuration values from base.ini
This commit is contained in:
parent
948976bb78
commit
4b8296c6ea
@ -3,7 +3,7 @@
|
||||
"files": "^.secrets.baseline$|^.*pgsslrootcert.yml$",
|
||||
"lines": null
|
||||
},
|
||||
"generated_at": "2019-11-06T21:35:23Z",
|
||||
"generated_at": "2019-11-07T21:45:03Z",
|
||||
"plugins_used": [
|
||||
{
|
||||
"base64_limit": 4.5,
|
||||
@ -17,7 +17,6 @@
|
||||
"name": "HexHighEntropyString"
|
||||
},
|
||||
{
|
||||
"keyword_exclude": null,
|
||||
"name": "KeywordDetector"
|
||||
},
|
||||
{
|
||||
@ -94,25 +93,11 @@
|
||||
}
|
||||
],
|
||||
"config/base.ini": [
|
||||
{
|
||||
"hashed_secret": "aa419433d95be86df254d499243bee1d5173f1ae",
|
||||
"is_secret": false,
|
||||
"is_verified": false,
|
||||
"line_number": 8,
|
||||
"type": "Secret Keyword"
|
||||
},
|
||||
{
|
||||
"hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3",
|
||||
"is_secret": false,
|
||||
"is_verified": false,
|
||||
"line_number": 21,
|
||||
"type": "Secret Keyword"
|
||||
},
|
||||
{
|
||||
"hashed_secret": "abcdb568713c255c81376829da20004ba9463fd3",
|
||||
"is_secret": false,
|
||||
"is_verified": false,
|
||||
"line_number": 29,
|
||||
"line_number": 20,
|
||||
"type": "Secret Keyword"
|
||||
}
|
||||
],
|
||||
@ -189,7 +174,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"version": "0.13.0",
|
||||
"version": "0.12.7",
|
||||
"word_list": {
|
||||
"file": null,
|
||||
"hash": null
|
||||
|
@ -5,7 +5,6 @@ CA_CHAIN = ssl/server-certs/ca-chain.pem
|
||||
CLASSIFIED = false
|
||||
CONTRACT_START_DATE = 2019-09-14
|
||||
CONTRACT_END_DATE = 2022-09-14
|
||||
COOKIE_SECRET = some-secret-please-replace
|
||||
DISABLE_CRL_CHECK = false
|
||||
CRL_FAIL_OPEN = false
|
||||
CRL_STORAGE_CONTAINER = crls
|
||||
@ -26,7 +25,6 @@ PGUSER = postgres
|
||||
PORT=8000
|
||||
REDIS_URI = redis://localhost:6379
|
||||
RQ_QUEUES = atat_%(ENVIRONMENT)s
|
||||
SECRET = change_me_into_something_secret
|
||||
SECRET_KEY = change_me_into_something_secret
|
||||
SERVER_NAME
|
||||
SESSION_COOKIE_NAME=atat
|
||||
|
Loading…
x
Reference in New Issue
Block a user