Skip to content

Instantly share code, notes, and snippets.

@IL-ADAM
Created October 16, 2021 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IL-ADAM/dcc67205584d1018470e91508c0800aa to your computer and use it in GitHub Desktop.
Save IL-ADAM/dcc67205584d1018470e91508c0800aa to your computer and use it in GitHub Desktop.
PostgreSQL configuration file
listen_addresses = '*'
port = '5432'
wal_level = 'logical'
fsync = 'on'
max_wal_size = '400MB'
max_wal_senders = '16'
wal_keep_size = '128MB
hot_standby = 'on'
client_min_messages = 'error'
shared_preload_libraries = 'pgaudit'
include_dir = 'conf.d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment