diff --git a/README.md b/README.md index 3c74816..5049e24 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ FULL_CHAIN=fullchain.pem ACCESS_TOKEN_SECRET= REFRESH_TOKEN_SECRET= AUTH_CODE_SECRET= +SESSION_SECRET= DB_CONNECT=mongodb+srv://:@/?retryWrites=true&w=majority # SAS Options @@ -107,7 +108,7 @@ Normally the server process will stop when your terminal dies. To keep it going Trigger the command using NOHUP, redirecting the output commands, eg `nohup ./api-linux > server.log 2>&1 &`. -You can now see the job running using the `jobs` command. To ensure that it will still run when your terminal is closed, execute the `disown` command. To kill it later, use the `kill -9 ` command. You can see your sessions using `top -u `. Type `c` to see the commands being run against each pid. +You can now see the job running using the `jobs` command. To ensure that it will still run when your terminal is closed, execute the `disown` command. To kill it later, use the `kill -9 ` command. You can see your sessions using `top -u `. Type `c` to see the commands being run against each pid. ### PM2