[Door] switch gpio out to mqtt
This commit was merged in pull request #26.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user