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 969071b + a8e77e9 commit ed45bfeCopy full SHA for ed45bfe
apps/OpenSignServer/index.js
@@ -98,7 +98,7 @@ export const config = {
98
maxUploadSize: '30mb',
99
masterKey: process.env.MASTER_KEY, //Add your master key here. Keep it secret!
100
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
+ serverURL: 'http://localhost:8080/app', // Don't forget to change to https if needed
102
verifyUserEmails: isMailAdapter === true ? true : false,
103
publicServerURL: process.env.SERVER_URL || 'http://localhost:8080/app',
104
// Your apps name. This will appear in the subject and body of the emails that are sent.
0 commit comments