Skip to content

Instantly share code, notes, and snippets.

@ekhall
Created December 11, 2015 21:22
Show Gist options
  • Save ekhall/a0e85d78f7366f68dc5f to your computer and use it in GitHub Desktop.
Save ekhall/a0e85d78f7366f68dc5f to your computer and use it in GitHub Desktop.
(defproject queuing "1.0.0-SNAPSHOT"
:description "Demo Clojure web app with queuing"
:license {:name "Eclipse Public License v1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[com.novemberain/langohr "3.3.0"]
[compojure "1.1.8"]
[ring/ring-jetty-adapter "1.2.2"]
[environ "0.5.0"]]
:min-lein-version "2.0.0"
:plugins [[environ/environ.lein "0.2.1"]]
:hooks [environ.leiningen.hooks]
:uberjar-name "queuing-standalone.jar"
:profiles {:production {:env {:production true}}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment