]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Enable firewall on tile caches
[chef.git] / roles / dev.rb
index 703cbccf204cd54f8e34e29af8b9549922612352..565d4b70cc66d12b03a3ae1bf82174a51e0c9d1c 100644 (file)
@@ -144,7 +144,9 @@ default_attributes(
         :port => "5433"
       },
       "12" => {
-        :port => "5432"
+        :port => "5432",
+        :wal_level => "logical",
+        :max_replication_slots => "1"
       }
     }
   },