This commit is contained in:
OniriCorpe 2024-09-01 06:16:42 +02:00
commit f4e079fb21
14 changed files with 315 additions and 0 deletions

7
config.py.example Normal file
View 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