@stigg/sidecar 6.117.0 → 6.117.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ docker run --rm --name stigg-sidecar --memory=1gb --cpus="1" \
|
|
|
56
56
|
| `REDIS_DB` | Number | `0` | DB identifier to use when writing to Redis |
|
|
57
57
|
| `REDIS_USERNAME` | String | | Redis username |
|
|
58
58
|
| `REDIS_PASSWORD` | String | | Redis password |
|
|
59
|
-
| `REDIS_KEYS_TTL_IN_SECS` | Number | `7 * 24 * 60 * 60` | Time
|
|
59
|
+
| `REDIS_KEYS_TTL_IN_SECS` | Number | `7 * 24 * 60 * 60` | Time in seconds entitlements are cached. Pass `-1` (or any negative value) to write cache entries without an expiration — useful when the cache must survive extended Stigg Cloud outages. |
|
|
60
60
|
| `GRPC_PORT` | Number | `80` | Service port (HTTP/2) |
|
|
61
61
|
| `PORT` | Number | `8443` | *Deprecated* TLS service port (HTTP/2 TLS) |
|
|
62
62
|
| `METRICS_PORT` | Number | `8080` | Metrics and health endpoints port (HTTP/1) |
|