Skip to content

Commit 22d3eb8

Browse files
committed
Redirect URI info
1 parent ee24d1e commit 22d3eb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ds_configuration.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ exports.config = {
99
, signerEmail: process.env.DS_SIGNER_EMAIL || '{USER_EMAIL}'
1010
, signerName: process.env.DS_SIGNER_NAME || '{USER_NAME}'
1111
, appUrl: process.env.DS_APP_URL || '{APP_URL}' // The url of the application. Eg http://localhost:5000
12+
// NOTE: You must add a Redirect URI of appUrl/ds/callback to your Integration Key.
13+
// Example: http://localhost:5000/ds/callback
1214
, production: false
1315
, debug: true // Send debugging statements to console
1416
, sessionSecret: '12345' // Secret for encrypting session cookie content

0 commit comments

Comments
 (0)