Skip to content

Commit

Permalink
Remove DOCRAPTOR_IPS as an env var
Browse files Browse the repository at this point in the history
Let's remove it as an environment variable.

We are only really using it to set the default value now, which
might also make sense to remove later.
  • Loading branch information
pcraig3 committed Feb 5, 2025
1 parent 27346b2 commit 18fd3d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ To manually deploy to production, create a new file `./bloom_nofos/bloom_nofos/.

- default `"YOUR_API_KEY_HERE"`: this key works for printing test documents (with a watermark)

- `DOCRAPTOR_IPS`: Allows specific IPs access to the 'view' page for a NOFO draft, so that we can generate a PDF based on the HTML. (Last updated: 2024-10-11)

- default `""`: this means zero IPs are safelisted

## Build and run as a Docker container
Expand Down
2 changes: 0 additions & 2 deletions bloom_nofos/bloom_nofos/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ API_TOKEN=""
DATABASE_URL=""
DJANGO_ALLOWED_HOSTS=""

# DOCUMENT IPs
DOCRAPTOR_IPS=
DOCRAPTOR_API_KEY="YOUR_API_KEY_HERE"

0 comments on commit 18fd3d8

Please sign in to comment.