diff options
author | Michael McVady <femtonaut@gmail.com> | 2021-08-21 23:17:41 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2021-08-21 23:17:41 -0500 |
commit | 3595c5264297f14010eb8dc6f0a7fd31dc186e8b (patch) | |
tree | ed42fcd545ce84dbecb8d264244d071d7d0ca08c /conf | |
parent | 3ae9f3fd34e648a63ea57f5e193f9a88ecff18a0 (diff) |
Attemp to use postgres
Diffstat (limited to 'conf')
-rw-r--r-- | conf/clog.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index 08bd30d..bc54fa9 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -4,7 +4,7 @@ server tls { bind 127.0.0.1 8888 } -load ./clog.so +load ./clog.so init tls_dhparam dh2048.pem |