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 bbf3cc2 + 6f49fc9 commit e74fd79Copy full SHA for e74fd79
apps/OpenSignServer/index.js
@@ -83,7 +83,7 @@ export const config = {
83
appId: process.env.APP_ID || 'myAppId',
84
maxLimit: 500,
85
masterKey: process.env.MASTER_KEY, //Add your master key here. Keep it secret!
86
- masterKeyIps: ['0.0.0.0/0', '::1'], // '::1'
+ masterKeyIps: ['0.0.0.0/0', '::/0'], // '::1'
87
serverURL: process.env.SERVER_URL || 'http://localhost:8080/app', // Don't forget to change to https if needed
88
verifyUserEmails: process.env.SMTP_ENABLE || process.env.MAILGUN_API_KEY ? true : false,
89
publicServerURL: process.env.SERVER_URL || 'http://localhost:8080/app',
0 commit comments