We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee24d1e commit 22d3eb8Copy full SHA for 22d3eb8
ds_configuration.js
@@ -9,6 +9,8 @@ exports.config = {
9
, signerEmail: process.env.DS_SIGNER_EMAIL || '{USER_EMAIL}'
10
, signerName: process.env.DS_SIGNER_NAME || '{USER_NAME}'
11
, 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
14
, production: false
15
, debug: true // Send debugging statements to console
16
, sessionSecret: '12345' // Secret for encrypting session cookie content
0 commit comments