Skip to content

Commit

Permalink
Merge pull request #459 from dotemacs/listen-on-localhost
Browse files Browse the repository at this point in the history
Listen only on localhost
  • Loading branch information
tobias committed Jan 9, 2016
2 parents dadea3e + ac7bf6a commit 77c82b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojars/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(def default-config
{:port 8080
:bind "0.0.0.0"
:bind "127.0.0.1"
:db {:classname "org.sqlite.JDBC"
:subprotocol "sqlite"
:subname "data/db"}
Expand Down

0 comments on commit 77c82b7

Please sign in to comment.