Remove PE_NUMBER_CSV_URL and PGAPPNAME
This commit is contained in:
parent
f8a457bacd
commit
684b86c2d0
@ -3,7 +3,7 @@
|
||||
"files": "^.secrets.baseline$|^.*pgsslrootcert.yml$",
|
||||
"lines": null
|
||||
},
|
||||
"generated_at": "2019-11-26T21:30:17Z",
|
||||
"generated_at": "2019-11-26T21:32:13Z",
|
||||
"plugins_used": [
|
||||
{
|
||||
"base64_limit": 4.5,
|
||||
@ -46,7 +46,7 @@
|
||||
"hashed_secret": "81b127e2222d9bfc4609053faec85300f7525463",
|
||||
"is_secret": false,
|
||||
"is_verified": false,
|
||||
"line_number": 293,
|
||||
"line_number": 291,
|
||||
"type": "Secret Keyword"
|
||||
}
|
||||
],
|
||||
@ -98,7 +98,7 @@
|
||||
"hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3",
|
||||
"is_secret": false,
|
||||
"is_verified": false,
|
||||
"line_number": 23,
|
||||
"line_number": 21,
|
||||
"type": "Secret Keyword"
|
||||
}
|
||||
],
|
||||
|
@ -239,8 +239,6 @@ To generate coverage reports for the Javascript tests:
|
||||
- `LIMIT_CONCURRENT_SESSIONS`: Boolean specifying if users should be allowed only one active session at a time.
|
||||
- `LOG_JSON`: Boolean specifying whether app should log in a json format.
|
||||
- `PERMANENT_SESSION_LIFETIME`: Integer specifying how many seconds a user's session can stay valid for. https://flask.palletsprojects.com/en/1.1.x/config/#PERMANENT_SESSION_LIFETIME
|
||||
- `PE_NUMBER_CSV_URL`:
|
||||
- `PGAPPNAME`:
|
||||
- `PGDATABASE`: String specifying the name of the postgres database.
|
||||
- `PGHOST`: String specifying the hostname of the postgres database.
|
||||
- `PGPASSWORD`: String specifying the password of the postgres database.
|
||||
|
@ -16,8 +16,6 @@ ENVIRONMENT = dev
|
||||
LIMIT_CONCURRENT_SESSIONS = false
|
||||
LOG_JSON = false
|
||||
PERMANENT_SESSION_LIFETIME = 1800
|
||||
PE_NUMBER_CSV_URL = http://c95e1ebb198426ee57b8-174bb05a294821bedbf46b6384fe9b1f.r31.cf5.rackcdn.com/penumbers.csv
|
||||
PGAPPNAME = atst
|
||||
PGDATABASE = atat
|
||||
PGHOST = localhost
|
||||
PGPASSWORD = postgres
|
||||
|
Loading…
x
Reference in New Issue
Block a user