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:
parent
b7ee5ae185
commit
daf0f5e1fd
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue