-
Notifications
You must be signed in to change notification settings - Fork 19
/
config.example.yml
50 lines (49 loc) · 1.08 KB
/
config.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# turns debug mode on/off
debugmode: false
# by default, display tables size.
# displaying schema sizes may hit performance
display_sizes:
- tables: true
schemas: false
servers:
# Define a server
- desc: 'Server on remote host'
host: server.host1.com
port: 5432
sslmode: prefer
defaultdb: template1
pg_dump_path: /usr/bin/pg_dump
pg_dumpall_path: /usr/bin/pg_dumpall
theme:
default: default
hiddendbs:
- rdsadmin
# Define a second server
- desc: 'Server on localhost'
host: localhost
pg_dump_path: /usr/bin/pg_dump
pg_dumpall_path: /usr/bin/pg_dumpall
theme:
default: default
port: 5433
sslmode: prefer
hiddendbs:
- rdsadmin
- postgres
default_lang: auto
autocomplete: 'default on'
extra_login_security: true
owned_only: true
show_comments: true
show_advanced: false
show_system: false
min_password_length: 1
left_width: 200
theme: default
show_oids: false
max_rows: 30
max_chars: 50
use_xhtml_strict: false
help_base: 'http://www.postgresql.org/docs/%s/interactive/'
ajax_refresh: 3
version: 61