@@ -8,13 +8,14 @@ var config = {};
88// complete as config.js.
99
1010// Your app's URL
11- config . DS_APP_URL = 'http://localhost:3000/react-oauth-new-tab- docusign/build' ;
12- // development url default is 'http://localhost:3000/react-oauth-new-tab- docusign/build';
11+ config . DS_APP_URL = 'http://localhost:3000/react-oauth-docusign/build' ;
12+ // development url default is 'http://localhost:3000/react-oauth-docusign/build';
1313
1414// If config.DS_REDIRECT_AUTHENTICATION is true, then add a
15- // redirect URI to the integration key of DS_APP_URL
15+ // redirect URI to the integration key of DS_APP_URL since
16+ // the OAuth flow will restart the application
1617//
17- // If config.DS_REDIRECT_AUTHENTICATION is true , then add a
18+ // If config.DS_REDIRECT_AUTHENTICATION is false , then add a
1819// redirect URI to the integration key of
1920// DS_APP_URL/oauthResponse.html
2021
@@ -25,8 +26,11 @@ config.IMPLICIT_SCOPES='signature';
2526config . DS_IDP = 'https://account-d.docusign.com' ;
2627
2728// Your private API CORS proxies
29+ // Add additional entries for the demo and prod platforms that your
30+ // users' accounts need
2831config . DS_API_CORS_PROXIES = {
2932 'https://na2.docusign.net' : 'https://xxxproxy.example.com' ,
33+ 'https://na3.docusign.net' : 'https://xxxproxy.example.com' ,
3034 'https://demo.docusign.net' : 'https://xxxproxy.example.com' ,
3135}
3236
0 commit comments