NoiseFloorLogger/config.py

9 lines
182 B
Python
Raw Permalink Normal View History

2020-12-29 10:46:40 +00:00
#!/usr/bin/env python3
# adapt the following variables to your needs
host = "192.168.1.100"
port = 4532
timeout = 100
2020-12-29 10:56:38 +00:00
db_file = "/home/user/nfl/nfl.rrd"
web_path = "/home/user/nfl"