Skip to content

Instantly share code, notes, and snippets.

@ymizushi
Last active November 14, 2018 04:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ymizushi/6922545 to your computer and use it in GitHub Desktop.
Save ymizushi/6922545 to your computer and use it in GitHub Desktop.
project.clj
bees.api.key=your-beesapi-key
bees.api.secret=your-beesapi-secret
(defproject minosound-clj "0.1"
:dependencies
[[org.clojure/clojure "1.5.1"]]
:cloudbees-app-id "your-account-name/app-name"
:plugins [
[lein-cloudbees "1.0.3"]
[lein-ring "0.8.7"]]
:ring {:handler your-app.namespace/entry-point})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment