Commit 8fc051c 1 parent 3d8face commit 8fc051c Copy full SHA for 8fc051c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ const headers = {
41
41
} ,
42
42
"launchUrl" : {
43
43
"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 ) ,
45
45
"key" : "launchUrl"
46
46
} ,
47
47
"responseExpirationDays" : {
48
48
"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 ) ,
50
50
"key" : "responseExpirationDays"
51
51
}
52
52
}
You can’t perform that action at this time.
0 commit comments