Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TeDomum
Documentation
Commits
f49b09cf
Commit
f49b09cf
authored
Apr 10, 2020
by
kaiyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing untracked config files
parent
da8f3811
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
0 deletions
+28
-0
apps/feeds/postgresql.conf
apps/feeds/postgresql.conf
+25
-0
apps/pix/my.cnf
apps/pix/my.cnf
+3
-0
config/mysql_checkpoint.sh
config/mysql_checkpoint.sh
+0
-0
No files found.
apps/feeds/postgresql.conf
0 → 100644
View file @
f49b09cf
# Base settings
listen_addresses
=
'*'
max_connections
=
100
shared_buffers
=
128
MB
dynamic_shared_memory_type
=
posix
# Backups
wal_level
=
archive
max_wal_senders
=
2
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
apps/pix/my.cnf
0 → 100644
View file @
f49b09cf
[mysqld]
default_authentication_plugin=mysql_native_password
max_connections=1000
\ No newline at end of file
config/mysql_checkpoint.sh
0 → 100644
View file @
f49b09cf
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