diff options
Diffstat (limited to 'haunt/jakob/dynamic/capabilities/comments.scm')
| -rw-r--r-- | haunt/jakob/dynamic/capabilities/comments.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/jakob/dynamic/capabilities/comments.scm b/haunt/jakob/dynamic/capabilities/comments.scm index 711fa3b..1e6e183 100644 --- a/haunt/jakob/dynamic/capabilities/comments.scm +++ b/haunt/jakob/dynamic/capabilities/comments.scm @@ -34,7 +34,7 @@ put-comment put-reaction)) -(define conn (connect-to-postgres-paramstring "dbname=jakob_comments")) +(define conn (connect-to-postgres-paramstring "user=jakob_dynamic dbname=jakob_comments")) (define (get-comments-by-slug slug) "Internal function for querying the approved comments on a post |