We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f82ef4 + c132094 commit 5f49a4bCopy full SHA for 5f49a4b
etc/postgresql/postgresql.conf
@@ -0,0 +1,12 @@
1
+# Default configuration for development build
2
+# DB Version: 13
3
+# OS Type: linux
4
+# DB Type: development
5
+# Data Storage: local
6
+
7
+listen_addresses = '*'
8
+max_connections = 100
9
+shared_buffers = 128MB
10
+dynamic_shared_memory_type = posix
11
+max_wal_size = 1GB
12
+min_wal_size = 80MB
0 commit comments