Skip to content

Commit 74ef324

Browse files
authored
mention NPP_DEV_ENABLED
1 parent 06100b4 commit 74ef324

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,24 @@ Explore the **[NPP Main GitHub Repository](https://github.com/psaux-it/nginx-fas
1414
- ✅ Isolated and secure **PHP process owner** for enhanced security and performance
1515
- ✅ Built with **bindfs** (1.17.7) + **fuse3** (1.16.2) for FUSE-based mounting of **Nginx Cache Path**
1616
- ✅ Supports a wide range of **PHP extensions**
17+
- ✅ Easily switch between the **stable** release and the **bleeding-edge dev** version of the **NPP**
1718
- ✅ All containers powered by **Debian 12** for a stable, consistent environment
1819

1920
## 🔑 Environment Variables
2021

2122
Please check the **.env** file for the environment variables used by the project.
2223

23-
Some variables can be directly modified by the user to customize the setup, while others are integral to the project's core configuration. Changing these core variables may require some work to adjust other parts of the project to maintain proper integration and workflow.
24+
Some variables can be directly modified by the user to customize the setup, while others are integral to the project's core configuration. Modifying these core variables for a production environment may require adjustments in other parts of the project to ensure proper integration and workflow. Feel free to customize it to meet your full-stack WordPress **production** needs!
2425

25-
Enjoy customizing it to suit your needs!
26+
#### Use the Bleeding-Edge Version of NPP or Contribute to Development
27+
28+
If you want to use the **latest bleeding-edge version** of the NPP plugin or set up a **development environment** to contribute, simply set the following environment variable:
29+
30+
```bash
31+
NPP_DEV_ENABLED=1
32+
```
33+
34+
🔄 This will sync the plugin with the latest development branch commit from GitHub, ensuring you always have access to the newest features and improvements.
2635

2736
## ⚙️️ Setup Instructions
2837

0 commit comments

Comments
 (0)