diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-12-04 14:53:09 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-12-04 14:53:09 -0500 |
| commit | 37ec784fe5df27fc7a785a51f4e137516c0e9106 (patch) | |
| tree | 54286d5396af69e8c8a0f83a5c7ced9dfa2f48d4 /haunt/jakob/dynamic/capabilities/comments.scm | |
| parent | f7a4045be79aa0f77b132d646c2f68852c2f62fc (diff) | |
[dynamic] Specify user in Postgres paramstring
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 |