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.
2 parents 2b73087 + 2980682 commit 4c58fe2Copy full SHA for 4c58fe2
apps/OpenSignServer/index.js
@@ -73,7 +73,7 @@ export const config = {
73
masterKey: process.env.MASTER_KEY || '', //Add your master key here. Keep it secret!
74
masterKeyIps: ['0.0.0.0/0', '::1'], // '::1'
75
serverURL: process.env.SERVER_URL || 'http://localhost:8080/app', // Don't forget to change to https if needed
76
- // verifyUserEmails: true,
+ verifyUserEmails: true,
77
publicServerURL: process.env.SERVER_URL || 'http://localhost:8080/app',
78
// Your apps name. This will appear in the subject and body of the emails that are sent.
79
appName: 'Open Sign',
0 commit comments