From a8e77e93f7e10fa31b3126d7a0326e0e37270b85 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Tue, 19 Mar 2024 10:58:32 +0530 Subject: [PATCH] chore: change serverURL --- apps/OpenSignServer/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/OpenSignServer/index.js b/apps/OpenSignServer/index.js index 5a0e7dba8..7812b0c6d 100644 --- a/apps/OpenSignServer/index.js +++ b/apps/OpenSignServer/index.js @@ -98,7 +98,7 @@ export const config = { maxUploadSize: '30mb', masterKey: process.env.MASTER_KEY, //Add your master key here. Keep it secret! masterKeyIps: ['0.0.0.0/0', '::/0'], // '::1' - serverURL: process.env.SERVER_URL || 'http://localhost:8080/app', // Don't forget to change to https if needed + serverURL: 'http://localhost:8080/app', // Don't forget to change to https if needed verifyUserEmails: isMailAdapter === true ? true : false, publicServerURL: process.env.SERVER_URL || 'http://localhost:8080/app', // Your apps name. This will appear in the subject and body of the emails that are sent.