Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save roryaronson/8c82210f108c6513bee0466a85b404ef to your computer and use it in GitHub Desktop.
Save roryaronson/8c82210f108c6513bee0466a85b404ef to your computer and use it in GitHub Desktop.
Paired with staging settings.yml (before running farmbot.rb)
---
defaults:
secrets_file: secrets.txt
mqtt_port: 1883
serial_ports: &1
- "/dev/ttyUSB0"
- "/dev/ttyACM0"
development:
secrets_file: secrets.txt
mqtt_port: 1883
serial_ports: *1
test:
secrets_file: secrets.txt
mqtt_port: 1883
serial_ports: *1
production:
secrets_file: secrets.txt
mqtt_port: 1883
serial_ports:
- "/dev/ttyUSB0"
- "/dev/ttyACM0"
webapp_url: staging.farmbot.io
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJyb3J5QGZhcm1ib3QuaW8iLCJpYXQiOjE0NjY0NjUwNjgsImp0aSI6IjU3YjIyMDM0LTFjMzYtNDA4MS1hYmYyLWRmZWU3NWZhZDk3NyIsImlzcyI6Imh0dHA6Ly9zdGFnaW5nLmZhcm1ib3QuaW8vIiwiZXhwIjoxNDY2ODEwNjY4LCJtcXR0IjoibXF0dC5kYXRhbWVsb24uaW8iLCJib3QiOiIzMTc1ODBkMC1lZGExLTExZTUtYTdjNy1lN2MzNWQ2MjMxMjUifQ.m-VLOwgPL5z4ABEtrhWdwNYQV5lsA5OVDzsjv9XI3gcdWQ-rTcV64Adj3GwNSX9mf4Fb3NN5ep9hMFzaCPpRXzuo6xG6UccfxfMwVPE7QLVumkJ-WO5oBTbwNqvTIJhawPlHwd1uBIzwkMU9mK8-4zcCNs_mj6D_TWy0ik5T2zXM_-5QrffLfYncBjzxKIvEJ_3AxtPZkob9EynenvSoU3u-KqwSrfC0J-TLpIAdOqkgqM55E32q3dBRK8XgKnnrbOPBvgR_m42t_rwaEmWSmO5UKowRF81NLHpByoERCpbGFwec333SNMqPlYa0cl7yaFZ5RUPWdyyZXeOA4V5W-A
email: rory@farmbot.io
token_issued_at: 1466465001
token_id: b2caecce-763a-4889-81d7-552cdfaf5263
token_expiration: 1466810601
mqtt_url: mqtt.datamelon.io
device_uuid: 317580d0-eda1-11e5-a7c7-e7c35d623125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment