Generate a JWT Secret
How long would you like your secret to be ?

bytes

May you prefer to generate the secret yourself ? Open a terminal and run:
node -e "console.log(require('crypto').randomBytes(256).toString('hex'))"