lib/app42/base/constants.rb in app42-0.5.6 vs lib/app42/base/constants.rb in app42-0.5.7

- old
+ new

@@ -2,11 +2,10 @@ # app42 server version VERSION = 1.0.to_s # app42 host url - # FIXME, need to fix before release - HOST = "http://api.app42paas.com/paas/#{VERSION}" + HOST = "https://paashq.shephertz.com/paas/#{VERSION}" # app42 configuration directory CONFIG_DIR = "~/.app42".freeze # TODO, need to configure for client log \ No newline at end of file