use production system

This commit is contained in:
Darrin Eden 2011-02-24 21:15:44 -08:00
parent b7ee5ae185
commit daf0f5e1fd
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ module Fog
@dnsimple_email = options[:dnsimple_email]
@dnsimple_password = options[:dnsimple_password]
@host = options[:host] || "test.dnsimple.com"
@host = options[:host] || "dnsimple.com"
@port = options[:port] || 443
@scheme = options[:scheme] || 'https'
@connection = Fog::Connection.new("#{@scheme}://#{@host}:#{@port}", options[:persistent])