Skip to content

Commit c132094

Browse files
committed
Add default postgresql.conf for local docker build
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 7f82ef4 commit c132094

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

etc/postgresql/postgresql.conf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)