15 lines
379 B
Plaintext
15 lines
379 B
Plaintext
listen_addresses = '*'
|
|
port = 5432
|
|
password_encryption = scram-sha-256
|
|
ssl = on
|
|
ssl_min_protocol_version = 'TLSv1.2'
|
|
hba_file = '/etc/postgresql/pg_hba.conf'
|
|
config_file = '/etc/postgresql/postgresql.conf'
|
|
log_connections = on
|
|
log_disconnections = on
|
|
log_min_messages = warning
|
|
log_statement = 'none'
|
|
shared_buffers = 256MB
|
|
max_connections = 100
|
|
track_activity_query_size = 1024
|