Update docs for Login.gov

This commit is contained in:
Seamus Johnston 2022-09-27 10:25:51 -05:00
parent a4ce1e6d08
commit 651e3d91b1
No known key found for this signature in database
GPG key ID: 2F21225985069105
2 changed files with 32 additions and 3 deletions

View file

@ -20,9 +20,15 @@ Visit the running application at [http://localhost:8080](http://localhost:8080).
## Setting Vars
Every environment variable for local development is set in [src/docker-compose.yml](../../src/docker-compose.yml).
Non-secret environment variables for local development are set in [src/docker-compose.yml](../../src/docker-compose.yml).
Including variables which would be secrets and set via a different mechanism elsewhere.
Secrets (for example, if you'd like to have a working Login.gov authentication) go in `.env` in [src/](../../src/) with contents like this:
```
DJANGO_SECRET_LOGIN_KEY="<...>"
```
You'll need to create the `.env` file yourself. Get the secrets from Cloud.gov by running `cf env getgov-unstable`.
## Viewing Logs