Skip to content

Commit 735542c

Browse files
authored
Merge pull request #10 from mugarate12/develop
📚 docs: configuration of ngnix and pm2 in readme
2 parents 799c0c3 + c4f39b5 commit 735542c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

project/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ Set the environment variables in the `.env` file like the `.env.example` file.
3030
- `NODE_ENV`: Set type of environment to run the server mode (development, production, test).
3131
- `REDIS_URL`: URI of the Redis server. By default is `redis://localhost:6379`.
3232

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+
3341
## Basic scripts
3442

3543
- Your package.json have initial commands to build, run, test and create server to development

0 commit comments

Comments
 (0)