Remove unused configuration values from base.ini

This commit is contained in:
richard-dds 2019-11-07 16:45:11 -05:00
parent 948976bb78
commit 4b8296c6ea
2 changed files with 3 additions and 20 deletions

View File

@ -3,7 +3,7 @@
"files": "^.secrets.baseline$|^.*pgsslrootcert.yml$", "files": "^.secrets.baseline$|^.*pgsslrootcert.yml$",
"lines": null "lines": null
}, },
"generated_at": "2019-11-06T21:35:23Z", "generated_at": "2019-11-07T21:45:03Z",
"plugins_used": [ "plugins_used": [
{ {
"base64_limit": 4.5, "base64_limit": 4.5,
@ -17,7 +17,6 @@
"name": "HexHighEntropyString" "name": "HexHighEntropyString"
}, },
{ {
"keyword_exclude": null,
"name": "KeywordDetector" "name": "KeywordDetector"
}, },
{ {
@ -94,25 +93,11 @@
} }
], ],
"config/base.ini": [ "config/base.ini": [
{
"hashed_secret": "aa419433d95be86df254d499243bee1d5173f1ae",
"is_secret": false,
"is_verified": false,
"line_number": 8,
"type": "Secret Keyword"
},
{ {
"hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3",
"is_secret": false, "is_secret": false,
"is_verified": false, "is_verified": false,
"line_number": 21, "line_number": 20,
"type": "Secret Keyword"
},
{
"hashed_secret": "abcdb568713c255c81376829da20004ba9463fd3",
"is_secret": false,
"is_verified": false,
"line_number": 29,
"type": "Secret Keyword" "type": "Secret Keyword"
} }
], ],
@ -189,7 +174,7 @@
} }
] ]
}, },
"version": "0.13.0", "version": "0.12.7",
"word_list": { "word_list": {
"file": null, "file": null,
"hash": null "hash": null

View File

@ -5,7 +5,6 @@ CA_CHAIN = ssl/server-certs/ca-chain.pem
CLASSIFIED = false CLASSIFIED = false
CONTRACT_START_DATE = 2019-09-14 CONTRACT_START_DATE = 2019-09-14
CONTRACT_END_DATE = 2022-09-14 CONTRACT_END_DATE = 2022-09-14
COOKIE_SECRET = some-secret-please-replace
DISABLE_CRL_CHECK = false DISABLE_CRL_CHECK = false
CRL_FAIL_OPEN = false CRL_FAIL_OPEN = false
CRL_STORAGE_CONTAINER = crls CRL_STORAGE_CONTAINER = crls
@ -26,7 +25,6 @@ PGUSER = postgres
PORT=8000 PORT=8000
REDIS_URI = redis://localhost:6379 REDIS_URI = redis://localhost:6379
RQ_QUEUES = atat_%(ENVIRONMENT)s RQ_QUEUES = atat_%(ENVIRONMENT)s
SECRET = change_me_into_something_secret
SECRET_KEY = change_me_into_something_secret SECRET_KEY = change_me_into_something_secret
SERVER_NAME SERVER_NAME
SESSION_COOKIE_NAME=atat SESSION_COOKIE_NAME=atat