1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

use production system

This commit is contained in:
Darrin Eden 2011-02-24 21:15:44 -08:00
parent b7ee5ae185
commit daf0f5e1fd

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])