initial import
This commit is contained in:
6
files/pg_hba.conf
Normal file
6
files/pg_hba.conf
Normal file
@ -0,0 +1,6 @@
|
||||
# TYPE DATABASE USER ADDRESS METHOD
|
||||
local all all ident
|
||||
local all all md5
|
||||
host all all 127.0.0.1/32 md5
|
||||
host all all ::1/128 md5
|
||||
host all all samenet md5
|
12
files/postgresql.conf
Normal file
12
files/postgresql.conf
Normal file
@ -0,0 +1,12 @@
|
||||
listen_addresses = '*'
|
||||
max_connections = 100
|
||||
shared_buffers = 128MB
|
||||
dynamic_shared_memory_type = sysv
|
||||
log_timezone = 'Europe/Berlin'
|
||||
datestyle = 'iso, mdy'
|
||||
timezone = 'Europe/Berlin'
|
||||
lc_messages = 'en_US.UTF-8'
|
||||
lc_monetary = 'en_US.UTF-8'
|
||||
lc_numeric = 'en_US.UTF-8'
|
||||
lc_time = 'en_US.UTF-8'
|
||||
default_text_search_config = 'pg_catalog.english'
|
Reference in New Issue
Block a user