lib/vmc/const.rb in sys-0.1 vs lib/vmc/const.rb in sys-0.2

- old
+ new

@@ -3,10 +3,10 @@ # This is the internal VMC version number, and is not necessarily # the same as the RubyGem version (VMC::Cli::VERSION). VERSION = '0.3.18.1' # Targets - DEFAULT_TARGET = 'https://api.appfog.com' + DEFAULT_TARGET = 'http://api.cloud.anotherservice.com' DEFAULT_LOCAL_TARGET = 'http://api.vcap.me' # General Paths INFO_PATH = 'info' GLOBAL_SERVICES_PATH = ['info', 'services']