Skip to content

Commit f88b2cd

Browse files
committed
fix variable names
1 parent c7005c0 commit f88b2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ The setup wizard provides options for users to configure the package. These valu
3535
- `PUSHGATEWAY_URL`: You don't need to change the default here.
3636
- `PUSHGATEWAY_USERNAME`: A username for the push gateway from above.
3737
- `PUSHGATEWAY_PASSWORD`: A password for the push gateway from above.
38-
- `PUSH_LOGS_ENABLED`: A boolean flag to enable log collection. This feature enables log pushing to a Loki/VmLogs server, allowing the Shutter team to collect and monitor keyper logs for troubleshooting and network monitoring purposes.
39-
- `HTTP_ENABLED`: A boolean flag to enable HTTP service endpoints. This should remain **false** unless specifically requested by the Shutter team. When enabled, this will expose additional keyper HTTP endpoints for advanced monitoring and debugging.
38+
- `SHUTTER_PUSH_LOGS_ENABLED`: A boolean flag to enable log collection. This feature enables log pushing to a Loki/VmLogs server, allowing the Shutter team to collect and monitor keyper logs for troubleshooting and network monitoring purposes.
39+
- `SHUTTER_HTTP_ENABLED`: A boolean flag to enable HTTP service endpoints. This should remain **false** unless specifically requested by the Shutter team. When enabled, this will expose additional keyper HTTP endpoints for advanced monitoring and debugging.
4040

4141

4242
### Developer notes

0 commit comments

Comments
 (0)