Skip to content

Commit 395057b

Browse files
authored
Devdocs 7580 (#80)
1 parent 36ec66c commit 395057b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_acg/quickACG.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const csrf = require('csurf'); // https://www.npmjs.com/package/csurf
2020

2121
const eg001 = require('../lib/eSignature/controllers/eg001EmbeddedSigning');
2222

23-
const PORT = process.env.PORT || 5000;
23+
const PORT = process.env.PORT || 3000;
2424
const HOST = process.env.HOST || 'localhost';
2525
const max_session_min = 180;
2626
const csrfProtection = csrf({ cookie: true });

0 commit comments

Comments
 (0)