Skip to content

Commit

Permalink
Fixed auth
Browse files Browse the repository at this point in the history
  • Loading branch information
zolrath committed Sep 15, 2011
1 parent 43e6001 commit e85f1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/andrew_site/views/content.clj
Expand Up @@ -6,7 +6,7 @@
[somnium.congomongo.config :only [*mongo-config*]]))

(mongo! :db "app1002329" :host "staff.mongohq.com" :port 10001)
(authenticate :user "heroku" :pass "4df8f6a5a6484618f44d7359d0d9f2bf")
(authenticate "heroku" "4df8f6a5a6484618f44d7359d0d9f2bf")

(def major-skills
(map #(:skill %) (fetch :skills :where {:level "major"})))
Expand Down

0 comments on commit e85f1c4

Please sign in to comment.