mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
652fbd74be
Tests that can not work because of missing endpoints in the controllers were removed. Also tests that have no clear intent and were failing were deleted.
20 lines
222 B
YAML
20 lines
222 B
YAML
|
|
name: CraftBeerPi
|
|
version: 4.0.8
|
|
|
|
index_url: /cbpi_ui/static/index.html
|
|
|
|
port: 8000
|
|
|
|
mqtt: false
|
|
mqtt_host: localhost
|
|
mqtt_port: 1883
|
|
mqtt_username: ""
|
|
mqtt_password: ""
|
|
|
|
username: cbpi
|
|
password: 123
|
|
|
|
plugins:
|
|
- cbpi4ui
|
|
|