16 lines
750 B
Plaintext
16 lines
750 B
Plaintext
# DO NOT DISABLE!
|
|
# If you change this first entry you will need to make sure that the
|
|
# database superuser can access the database using some other method.
|
|
# Noninteractive access to all databases is required during automatic
|
|
# maintenance (custom daily cronjobs, replication, and similar tasks).
|
|
#
|
|
# Database administrative login by Unix domain socket
|
|
local all postgres peer
|
|
|
|
# TYPE DATABASE USER ADDRESS METHOD
|
|
# "local" is for Unix domain socket connections only.
|
|
|
|
# Allow Django to connect via Unix domain sockets the same way as
|
|
# usually is done via TCP/IP sockets (so 'md5' instead of 'peer')
|
|
local all all md5
|