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

Removed sandbox url for DNS Made Easy

This commit is contained in:
Luqman Amjad 2011-05-30 00:48:52 +01:00
parent 48536cb036
commit a30beda413

View file

@ -95,7 +95,7 @@ module Fog
@dnsmadeeasy_api_key = options[:dnsmadeeasy_api_key]
@dnsmadeeasy_secret_key = options[:dnsmadeeasy_secret_key]
@host = options[:host] || 'api.sandbox.dnsmadeeasy.com'
@host = options[:host] || 'api.dnsmadeeasy.com'
@port = options[:port] || 80 #443 Not yet
@scheme = options[:scheme] || 'http' #'https Not yet
unless options.has_key?(:persistent)