added config file

This commit is contained in:
Michael Clemens 2020-12-29 11:46:40 +01:00
parent 3c27fb0594
commit 1d632f4080

8
config.py Normal file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env python3
# adapt the following variables to your needs
host = "192.168.1.100"
port = 4532
timeout = 100
db_file = "~/nfl/nfl.rrd"
web_path = "~/nfl"