Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TeDomum
Documentation
Commits
5ec59f45
Commit
5ec59f45
authored
Apr 13, 2020
by
kaiyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the postgresql conf for auth
parent
88a02a0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
apps/auth/postgresql.conf
apps/auth/postgresql.conf
+26
-0
No files found.
apps/auth/postgresql.conf
0 → 100644
View file @
5ec59f45
# Base settings
listen_addresses
=
'*'
max_connections
=
100
shared_buffers
=
128
MB
dynamic_shared_memory_type
=
posix
# Backups
wal_level
=
archive
max_wal_senders
=
1
archive_mode
=
on
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
# Defaults
log_timezone
=
'UTC'
datestyle
=
'iso, mdy'
timezone
=
'UTC'
lc_messages
=
'en_US.utf8'
lc_monetary
=
'en_US.utf8'
lc_numeric
=
'en_US.utf8'
lc_time
=
'en_US.utf8'
default_text_search_config
=
'pg_catalog.english'
# Extended options
shared_preload_libraries
=
'pg_stat_statements'
pg_stat_statements
.
track
=
all
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment