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.
1 parent 8f89f3e commit ebc8339Copy full SHA for ebc8339
1 file changed
server/src/config.js
@@ -9,7 +9,7 @@ dotenv.config({path: path.resolve(__dirname, `../.env.${process.env.NODE_ENV}`)}
9
10
const config = {
11
jwtSecret: process.env.JWT_SECRET,
12
- enableVerificationPublishing: true
+ enableVerificationPublishing: process.env.ENABLE_VERIFY_PUBLISHING
13
};
14
15
export { config };
0 commit comments