diff --git a/README.md b/README.md index 66f0244e..108e9830 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ and run `make` then copy the `ng` executable somewhere like `/usr/local/bin` cd /home/clojars mkdir .ssh cd .ssh - ln -s ...../clojars-web/data/auth_keys authorized_keys + ln -s ...../clojars-web/data/authorized_keys authorized_keys Mailing lists ------------- @@ -82,4 +82,4 @@ Mailing lists There's a public mailing list [clojars@googlegroups.com](http://groups.google.com/group/clojars) for general discussion. There's also a separate maintainers list for -people looking after the repository and server. \ No newline at end of file +people looking after the repository and server. diff --git a/src/clojars/config.clj b/src/clojars/config.clj index 2b8775d7..f0f346fc 100644 --- a/src/clojars/config.clj +++ b/src/clojars/config.clj @@ -1,5 +1,5 @@ {:db {:classname "org.sqlite.JDBC" :subprotocol "sqlite" :subname "data/db"} - :key-file "data/auth_keys" + :key-file "data/authorized_keys" :repo "repo"}