diff --git a/.secrets.baseline b/.secrets.baseline index ccfe1664..06f94963 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -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" } ], diff --git a/README.md b/README.md index a69bdb8f..eca405f8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/config/base.ini b/config/base.ini index 4e3a26cb..8526c756 100644 --- a/config/base.ini +++ b/config/base.ini @@ -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