Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 5c7399a

Browse files
committed
Added env for NDA template id.
1 parent 0692423 commit 5c7399a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ config.docusign = {
312312
assignmentV2TemplateId: 'E12C78DE-67B1-4150-BEC8-C44CE20A2F0B',
313313
w9TemplateId: '8E95BEB4-1C77-4CE2-97C7-5F64A3366370',
314314
w8benTemplateId: 'CD415871-17F5-4A1E-A007-FE416B030FFB',
315-
appirioMutualNDATemplateId: '19D958E1-E2EC-4828-B270-CA8F14CF7BF4',
315+
appirioMutualNDATemplateId: process.env.DOCUSIGN_NDA_TEMPLATE_ID || '19D958E1-E2EC-4828-B270-CA8F14CF7BF4',
316316
affidavitTemplateId: '9103DC77-D8F1-4D7B-BED1-6116604EE98C'
317317
};
318318

0 commit comments

Comments
 (0)