release
This commit is contained in:
24
.env.example
Normal file
24
.env.example
Normal file
@@ -0,0 +1,24 @@
|
||||
# .env.example - Template for environment variables
|
||||
# Copy to .env and customize
|
||||
|
||||
# GPON Device
|
||||
GPON_HOST=192.168.100.1
|
||||
GPON_PORT=23
|
||||
GPON_USERNAME=admin
|
||||
GPON_PASSWORD=admin
|
||||
|
||||
# Web Server
|
||||
LISTEN_HOST=0.0.0.0
|
||||
LISTEN_PORT=8080
|
||||
EXTERNAL_PORT=7878
|
||||
|
||||
# Data
|
||||
RRD_DIR=/data/rrd
|
||||
POLL_INTERVAL=60
|
||||
|
||||
# Thresholds
|
||||
RX_POWER_MIN=-28.0
|
||||
RX_POWER_MAX=-8.0
|
||||
TX_POWER_MIN=0.5
|
||||
TX_POWER_MAX=4.0
|
||||
TEMPERATURE_MAX=85.0
|
||||
Reference in New Issue
Block a user