Created
January 16, 2015 20:50
-
-
Save bhameyie/b46d46ef577e5f300196 to your computer and use it in GitHub Desktop.
Sample variables files
This file contains hidden or 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
docker_email = "yours" | |
docker_user = "yours" | |
docker_pass = "yours" | |
mongo_uri = "yours" | |
neo4j_uri = "yours" | |
rabbit_uri = "amqp://yours" | |
aws_accesskey = "yours" | |
aws_secretkey = "yours+yours+yours" | |
pub_key = "/yours/.ssh/deployment.pub" | |
pvt_key = "/yours/.ssh/deployment" | |
version = "still_yours" | |
ssh_fingerprint = "11:11:22:33:55:66:99:22:88:15:88:88:11:99:99:yours" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment