We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 799c0c3 + c4f39b5 commit 735542cCopy full SHA for 735542c
1 file changed
project/README.md
@@ -30,6 +30,14 @@ Set the environment variables in the `.env` file like the `.env.example` file.
30
- `NODE_ENV`: Set type of environment to run the server mode (development, production, test).
31
- `REDIS_URL`: URI of the Redis server. By default is `redis://localhost:6379`.
32
33
+### NGINX
34
+
35
+The NGINX configuration is in the `nginx` folder. The `default.conf` file is the configuration file for the server.
36
37
+### Pm2
38
39
+The `pm2.json` file is the configuration file for the [PM2](https://pm2.keymetrics.io/) process manager.
40
41
## Basic scripts
42
43
- Your package.json have initial commands to build, run, test and create server to development
0 commit comments