Skip to content

JDBC connection params in blog.config #5

Description

@fielcabral

The DB var in the comment should use :user instead of :username.

diff --git a/src/blog/config.clj b/src/blog/config.clj
--- a/src/blog/config.clj
+++ b/src/blog/config.clj
@@ -42,7 +42,7 @@
   (def DB {:classname "org.postgresql.Driver"
            :subprotocol "postgresql"
            :subname "//localhost/blogtest"
-           :username "blogtest"
+           :user "blogtest"
            :password "blogtest"})

   ;; MySQL

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions