Created
November 30, 2016 15:36
-
-
Save ConnorRigby/604f987e76813abace3160662f4557f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RAILS_ENV=development OS_UPDATE_SERVER=https://api.github.com/repos/farmbot/farmbot_os/releases/latest \ | |
FW_UPDATE_SERVER=https://api.github.com/repos/FarmBot/farmbot-arduino-firmware/releases/latest API_HOST=192.168.29.167 \ | |
API_PORT=3000 \ | |
MQTT_HOST=192.168.29.167 \ | |
rails s -b 0.0.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment