]> git.donarmstrong.com Git - dak.git/blobdiff - config/debian/dak.conf
Patch in support for service= DSN syntax
[dak.git] / config / debian / dak.conf
index 97aaa01db26d46c381fe25a0a0237d65d715689e..a9eb3fb4271e64f943e23509980b7307bc9b3270 100644 (file)
@@ -451,9 +451,7 @@ Queue-Report
 
 DB
 {
-  Name "projectb";
-  Host "";
-  Port 5433;
+  Service "projectb";
   // PoolSize should be at least ThreadCount + 1
   PoolSize 17;
   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize