Skip to content

Commit ed45bfe

Browse files
authored
Merge pull request #503 from OpenSignLabs/prafull-opensignlabs-patch-1
2 parents 969071b + a8e77e9 commit ed45bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSignServer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const config = {
9898
maxUploadSize: '30mb',
9999
masterKey: process.env.MASTER_KEY, //Add your master key here. Keep it secret!
100100
masterKeyIps: ['0.0.0.0/0', '::/0'], // '::1'
101-
serverURL: process.env.SERVER_URL || 'http://localhost:8080/app', // Don't forget to change to https if needed
101+
serverURL: 'http://localhost:8080/app', // Don't forget to change to https if needed
102102
verifyUserEmails: isMailAdapter === true ? true : false,
103103
publicServerURL: process.env.SERVER_URL || 'http://localhost:8080/app',
104104
// Your apps name. This will appear in the subject and body of the emails that are sent.

0 commit comments

Comments
 (0)