Remove PE_NUMBER_CSV_URL and PGAPPNAME

This commit is contained in:
richard-dds
2019-11-26 16:32:17 -05:00
committed by dandds
parent f8a457bacd
commit 684b86c2d0
3 changed files with 3 additions and 7 deletions

View File

@@ -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.