Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@martinklepsch
Created August 26, 2015 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinklepsch/2df6cc9d1c007ad7d6de to your computer and use it in GitHub Desktop.
Save martinklepsch/2df6cc9d1c007ad7d6de to your computer and use it in GitHub Desktop.
(deftask development []
(environ :env {:env "development"
:datomic-uri "datomic:dev://localhost:4334/solglas"
:aura-asset-host "http://localhost:3333/"}
:verbose true))
(deftask testing []
(environ :env {:datomic-uri "datomic:mem://solglas"
:aura-asset-host "http://localhost:3333/"}
:verbose true))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment