✨ Allow setting the listen port via an env variable
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
# Enter the MAC Address of the TP-Link switch
|
||||
# you want to monitor here
|
||||
|
||||
TPLINK_MAC=ff:ff:ff:ff:ff:ff
|
||||
TPLINK_MAC=ff:ff:ff:ff:ff:ff
|
||||
|
||||
# The port to bind the Prometheus HTTP server on
|
||||
# (default: 9717)
|
||||
|
||||
LISTEN_PORT=9717
|
Reference in New Issue
Block a user