Skip to content

Commit

Permalink
public key from env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mojitoj committed Jul 19, 2020
1 parent 38a9a78 commit 8c1c0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ FHIR_SERVER_BASE="base for fhir server behind this proxy"
PORT=8080
UNPROTECTED_RESOURCE_TYPES="comma-separated list of resource types which do not need to be protected."
CDS_HOST="CDS host"
JWT_PUBLIC_KEY="Public key certificate for verifying Auth JWTs in PEM format (note that newlines must be replaced with '\n' in order for this to work"
1 change: 1 addition & 0 deletions .env.test.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FHIR_SERVER_BASE=https://mock-fhir-server/base
UNPROTECTED_RESOURCE_TYPES=Patient
CDS_HOST=https://mock-cds
JWT_PUBLIC_KEY="Public key certificate for verifying Auth JWTs in PEM format (note that newlines must be replaced with '\n' in order for this to work"

0 comments on commit 8c1c0a4

Please sign in to comment.