Skip to content

Instantly share code, notes, and snippets.

@Lazyshot
Created September 20, 2011 20:11
Show Gist options
  • Save Lazyshot/1230179 to your computer and use it in GitHub Desktop.
Save Lazyshot/1230179 to your computer and use it in GitHub Desktop.
config.clj
(defpallet
:services
{
:default {
:blobstore-provider "aws-s3"
:provider "aws-ec2"
:environment {:user {:username "storm"
:private-key-path "path-to-storm-private-key"
:public-key-path "path-to-storm-public-key.pub"}
:aws-user-id "aws-user-number"}
:identity "aws-identity-key"
:credential "aws-secret-key"
:jclouds.regions "us-east-1a"
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment