Merge pull request #219 from prafull-opensignlabs/auth_user

add parameter verifyUserEmails in server
This commit is contained in:
Amol
2023-11-22 16:34:26 +05:30
committed by GitHub
+1 -1
View File
@@ -73,7 +73,7 @@ export const config = {
masterKey: process.env.MASTER_KEY || '', //Add your master key here. Keep it secret!
masterKeyIps: ['0.0.0.0/0', '::1'], // '::1'
serverURL: process.env.SERVER_URL || 'http://localhost:8080/app', // Don't forget to change to https if needed
// verifyUserEmails: true,
verifyUserEmails: true,
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.
appName: 'Open Sign',