Only fall back to the default secret when no is provided

This commit is contained in:
Rasmus Krämer 2022-04-09 09:25:13 +02:00
parent baf738f5ba
commit 2df5ab0dde
4 changed files with 217 additions and 134 deletions

View file

@ -1,5 +1,4 @@
process.env.TOKEN_SECRET = '09f26e402586e2faa8da4c98a35f1b20d6b033c6097befa8be3486a829587fe2f90a832bd3ff9d42710a4da095a2ce285b009f0c3730cd9b8e1af3eb84df6611'
if(process.env.TOKEN_SECRET == null) process.env.TOKEN_SECRET = '09f26e402586e2faa8da4c98a35f1b20d6b033c6097befa8be3486a829587fe2f90a832bd3ff9d42710a4da095a2ce285b009f0c3730cd9b8e1af3eb84df6611'
const server = require('./server/Server')
global.appRoot = __dirname