Skip to content

Commit 8fc051c

Browse files
committed
Update environment variable names
1 parent 3d8face commit 8fc051c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/data.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ const headers = {
4141
},
4242
"launchUrl" : {
4343
"display": "DTR Launch URL",
44-
"value": (process.env.LAUNCH_URL ? process.env.LAUNCH_URL : config.launch_url),
44+
"value": (process.env.REACT_APP_LAUNCH_URL ? process.env.REACT_APP_LAUNCH_URL : config.launch_url),
4545
"key": "launchUrl"
4646
},
4747
"responseExpirationDays" : {
4848
"display": "In Progress Form Expiration Days",
49-
"value": (process.env.FORM_EXPIRATION_DAYS ? process.env.FORM_EXPIRATION_DAYS : config.response_expiration_days),
49+
"value": (process.env.REACT_APP_FORM_EXPIRATION_DAYS ? process.env.REACT_APP_FORM_EXPIRATION_DAYS : config.response_expiration_days),
5050
"key": "responseExpirationDays"
5151
}
5252
}

0 commit comments

Comments
 (0)