example/sample.rb in zerigo_dns-1.5.1 vs example/sample.rb in zerigo_dns-1.5.2
- old
+ new
@@ -8,12 +8,12 @@
# All API request require a Zerigo account and an Account API key. We'll set
# them here for later reference. The 'user' is your regular login email.
# The 'password' is your API key and comes from the Preferences page
# (Manage Account -> NS -> Preferences).
-Zerigo::DNS::Base.user = 'you@email.com'
+Zerigo::DNS::Base.user = 'tom@jackrussellsoftware.com'
-Zerigo::DNS::Base.password = 'api_token'
+Zerigo::DNS::Base.password = 'e9b639b5101a18b48786fe0b8947cc85'
# Note: This example assumes that there is at least one domain/zone already
# existing for the above referenced account.