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:
parent
48536cb036
commit
a30beda413
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue