v1
This commit is contained in:
commit
f4e079fb21
14 changed files with 315 additions and 0 deletions
7
config.py.example
Normal file
7
config.py.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
BROKER_HOST = "broker.example.com" # string, IP or domain-name of your mqtt broker
|
||||
BROKER_PORT = 1883 # int, port of your mqtt broker
|
||||
BROKER_ACCOUNT = "account-name" # string
|
||||
BROKER_PASSWORD = "account-password" # string
|
||||
BROKER_TOPIC = "bisitariak" # string
|
||||
|
||||
LOG_DIR = "/var/log/nginx" # string
|
||||
Loading…
Add table
Add a link
Reference in a new issue