You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| AUTH_SERVER_URI |`http://localhost:8090`| The base url of the auth server, currently set to the base url of this app. |
26
+
| HTTPS_CERT_PATH |`server.cert`| Path to a certificate for encryption, allowing HTTPS. Unnecessary if using HTTP. |
27
+
| HTTPS_KEY_PATH |`server.key`| Path to a key for encryption, allowing HTTPS. Unnecessary if using HTTP. |
28
+
| LOGGING_LEVEL |`debug`| Amount to output in the log, can be changed to verbose, info, warn, or error. |
29
+
| MONGO_DB_NAME |`remsadmin`| Name of the database table being used. Should be changed if not using the Mongo instructions below. |
30
+
| MONGO_URL |`mongodb://rems-user:pass@127.0.0.1:27017`| URL for the connection to the database, should be changed if not using the Mongo instructions below. |
31
+
| PORT |`8090`| Port that this server should run on, change if there are conflicts with port usage. |
32
+
| RESOURCE_SERVER |`http://localhost:8090`| Base URL of this server, should match with port. |
33
+
| SMART_ENDPOINT |`http://localhost:4040/launch`| Launch URL of associated SMART app, should be changed if not using the REMS Smart App. |
34
+
| USE_HTTPS |`false`| Change to true to enable HTTPS. Ensure that HTTPS_CERT_PATH and HTTPS_KEY_PATH are valid. |
35
+
| VSAC_API_KEY |`changeMe`| Replace with VSAC API key for pulling down ValueSets. Request an API Key from the [VSAC website](https://vsac.nlm.nih.gov/) |
36
+
| WHITELIST |`http://localhost, http://localhost:3005`| List of valid URLs for CORS. Should include any URLs the server accesses for resources. |
Copy file name to clipboardExpand all lines: src/cds-library/CRD-DTR/IPledge/R4/resources/Questionnaire-R4-IPledge.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@
415
415
},
416
416
{
417
417
"linkId": "6.11",
418
-
"text": "10. I will not give blood while taking isotretinoin or for 1 moth after I stop taking isotretinoin. I understand that if someone who is pregnant gets my donated blood, their baby may be exposed to isotretinoin and may be born with serious birth defects.",
418
+
"text": "10. I will not give blood while taking isotretinoin or for 1 month after I stop taking isotretinoin. I understand that if someone who is pregnant gets my donated blood, their baby may be exposed to isotretinoin and may be born with serious birth defects.",
0 commit comments