[Door] switch gpio out to mqtt

This commit was merged in pull request #26.
This commit is contained in:
2026-08-05 03:22:55 +02:00
parent 4b797997d4
commit 0bcc83871d
4 changed files with 23 additions and 28 deletions
+3 -3
View File
@@ -11,9 +11,9 @@ class Settings(BaseSettings):
secret_key: str
sqlalchemy_database_url: str = "sqlite:///./gatekeeper.db"
lock_pin: int = 17
unlock_pin: int = 18
mock_gpio: bool = True
mqtt_host: str = "localhost"
mqtt_port: int = 1883
mock: bool = True
alembic_config: str = "./alembic.ini"
disable_cards: bool = False