Skip to content

Commit c7005c0

Browse files
committed
add missing config variables
1 parent 773975a commit c7005c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ 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.
40+
3841

3942
### Developer notes
4043

4144
Building the package requires docker and a vpn connection to a dappnode. It can be run with:
4245

4346
```
4447
npx @dappnode/dappnodesdk@latest build --all-variants
45-
```
48+
```

0 commit comments

Comments
 (0)