Skip to content

Commit 5f49a4b

Browse files
authored
Merge pull request #1735 from aboutcode-org/fix-local-docker-build
Add default postgresql.conf for local docker build
2 parents 7f82ef4 + c132094 commit 5f49a4b

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)