Run Appium Ruby Console (ARC) without sauce labs?

I just setup my tests to run on sauce labs, but now I can’t run the Appium Ruby Console (ARC) locally on my own appium server. Is there a configuration value or a command parameter I’m missing somewhere? I’m sure it’s something easy because I haven’t seen any related posts, thanks for the help.

In appium.txt you can set the sauce values to an empty string which will force arc to use the local server.

Awesome, that was easy enough. Thanks!