Created
January 25, 2012 17:12
-
-
Save dfox/1677371 to your computer and use it in GitHub Desktop.
Configuration file for the Route 53 update script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWS_ACCESS_KEY_ID="<Your access key ID>" | |
AWS_SECRET_ACCESS_KEY="<Your secret access key>" | |
ZONE="<The name of your subdomain>" | |
TTL="600" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment