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 36ec66c commit 395057bCopy full SHA for 395057b
quick_acg/quickACG.js
@@ -20,7 +20,7 @@ const csrf = require('csurf'); // https://www.npmjs.com/package/csurf
20
21
const eg001 = require('../lib/eSignature/controllers/eg001EmbeddedSigning');
22
23
-const PORT = process.env.PORT || 5000;
+const PORT = process.env.PORT || 3000;
24
const HOST = process.env.HOST || 'localhost';
25
const max_session_min = 180;
26
const csrfProtection = csrf({ cookie: true });
0 commit comments