Skip to content

Commit

Permalink
remove references to Heroku in docs (#4375)
Browse files Browse the repository at this point in the history
* remove references to Heroku in docs

* uncomment TLS settings
  • Loading branch information
Michael C authored and ewdurbin committed Jul 29, 2018
1 parent 33bac20 commit 554c6e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions bin/redis-tls
Expand Up @@ -15,6 +15,4 @@ REDIS_URL="$(echo $REDIS_URL | sed "s/:[0-9][0-9]*$/:$REDIS_PORT/g" )"
unset REDIS_PORT

# Configure the TLS settings for our Redis connection
# TODO: Currently it's not possible to actually verify the TLS used by Heroku
# Redis, so we'll comment this out for a future enhancement.
# REDIS_URL="$REDIS_URL?ssl_cert_reqs=required&ssl_ca_certs=$(python -m certifi)"
REDIS_URL="$REDIS_URL?ssl_cert_reqs=required&ssl_ca_certs=$(python -m certifi)"
1 change: 0 additions & 1 deletion docs/application.rst
Expand Up @@ -74,7 +74,6 @@ The top-level directory of the Warehouse repo contains files including:
- ``Dockerfile``: creates the Docker containers that Warehouse runs in
- ``docker-compose.yml`` file configures Docker Compose
- ``setup.cfg`` for test configuration
- ``runtime.txt`` for Heroku
- ``Makefile``: commands to spin up Docker Compose and the Docker
containers, run the linter and other tests, etc.
- files associated with Warehouse's front end, e.g.,
Expand Down

0 comments on commit 554c6e1

Please sign in to comment.