diff --git a/.secrets.baseline b/.secrets.baseline index 06f94963..07353d5a 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -3,7 +3,7 @@ "files": "^.secrets.baseline$|^.*pgsslrootcert.yml$", "lines": null }, - "generated_at": "2019-11-26T21:32:13Z", + "generated_at": "2019-11-26T21:33:43Z", "plugins_used": [ { "base64_limit": 4.5, @@ -46,7 +46,7 @@ "hashed_secret": "81b127e2222d9bfc4609053faec85300f7525463", "is_secret": false, "is_verified": false, - "line_number": 291, + "line_number": 290, "type": "Secret Keyword" } ], diff --git a/README.md b/README.md index 981fe024..62745b71 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,6 @@ To generate coverage reports for the Javascript tests: - `PGUSER`: String specifying the username to use when connecting to the postgres database. - `PORT`: Integer specifying the port to bind to when running the flask server. Used only for local development. - `REDIS_URI`: URI for the redis server. -- `RQ_QUEUES`: - `SECRET_KEY`: String key which will be used to sign the session cookie. Should be a long string of random bytes. https://flask.palletsprojects.com/en/1.1.x/config/#SECRET_KEY - `SERVER_NAME`: Hostname for ATAT. - `SESSION_COOKIE_NAME`: String value specifying the name to use for the session cookie. https://flask.palletsprojects.com/en/1.1.x/config/#SESSION_COOKIE_NAME diff --git a/config/base.ini b/config/base.ini index 8526c756..257059e4 100644 --- a/config/base.ini +++ b/config/base.ini @@ -25,7 +25,6 @@ PGSSLROOTCERT PGUSER = postgres PORT=8000 REDIS_URI = redis://localhost:6379 -RQ_QUEUES = atat_%(ENVIRONMENT)s SECRET_KEY = change_me_into_something_secret SERVER_NAME SESSION_COOKIE_NAME=atat