NGINX wrapper that integrates configurations from Konfigo
- Consider any variable
VARthat is stored in the static distributable to be hosted in the nginx server as__VAR__will be actively parsed as theVARvalue according to path in the configuration
| Environment Variable | Description | Example |
|---|---|---|
KONFIGO_API_ENDPOINT |
API endpoint to fetch configuration from | http://localhost:3000/api |
KONFIGO_API_KEY |
API key to use when fetching configuration | super_secure_api_key |
KONFIGO_PATH |
Path to fetch configuration from | app/dev/v1 |
KONFIGO_INTERVAL |
Interval in seconds to fetch the configuration. Defaults to 10 seconds if not set. | 10 |