Skip to content

Commit

Permalink
recording dev overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
tolitius committed Jan 10, 2017
1 parent 62a5049 commit d682f44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.boot
Expand Up @@ -66,6 +66,7 @@
identity)

(deftask development []
(set-env! :resource-paths #(conj % "dev-resources"))
(task-options! cljs {:optimizations :none :source-map true}
reload {:on-jsload 'hubble.app/init})

Expand Down
4 changes: 4 additions & 0 deletions dev-resources/overrides.edn
@@ -0,0 +1,4 @@
{:hubble {:log {:enabled true
:hazelcast {:hosts ["127.0.0.1"]}}

:vault {:url "http://127.0.0.1:8200"}}}

0 comments on commit d682f44

Please sign in to comment.