Example settings.toml for Raspberry Pi with Aqueduct RS485 Hat

[servers.http]
ip = "127.0.0.1"
port = 5000

[servers.ws]
ip = "127.0.0.1"
port = 8090

[servers.tcp]
ip = "127.0.0.1"
port = 59000

[settings.can]
interface = "can0"

[settings.db]
path = "home/pi/aqueduct/local/app.db"

[settings.devices]
default_record = true
timeout_ms = 5000
round_trip = true
round_trip_attempts = 10

[settings.recipe]
force_kill_on_queue = true
python_path = "/usr/bin/python3"

[settings.serial.common]
shared_bus = true
discovery_delay_ms = 1000
transmit_interval_ms = 10
baud_rate = 57600
rediscovery_duration_ms = 15

[settings.ws]
live_interval_ms = 200
recordable_interval_ms = 200

[deployment]
rpi = true
# Enter your secret key here (64 characters long)
secret_key = "*******************"
systemctl_unit_name = "aqueduct.service"