From 7313d151f80ce7aa220ae07ebb70043a6f827c21 Mon Sep 17 00:00:00 2001 From: advplyr Date: Fri, 2 Sep 2022 17:54:40 -0500 Subject: [PATCH] Fix:Remove token secret from PPA build --- prod.js | 1 - 1 file changed, 1 deletion(-) diff --git a/prod.js b/prod.js index 22f84234..de7a6417 100644 --- a/prod.js +++ b/prod.js @@ -10,7 +10,6 @@ const commandLineArgs = require('./server/libs/commandLineArgs') const options = commandLineArgs(optionDefinitions) const Path = require('path') -if (process.env.TOKEN_SECRET == null) process.env.TOKEN_SECRET = '09f26e402586e2faa8da4c98a35f1b20d6b033c6097befa8be3486a829587fe2f90a832bd3ff9d42710a4da095a2ce285b009f0c3730cd9b8e1af3eb84df6611' process.env.NODE_ENV = 'production' const server = require('./server/Server')