Skip to content

Commit 2401473

Browse files
authored
update config.md (#68)
Signed-off-by: maximsmol <[email protected]>
1 parent 5a55c87 commit 2401473

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/pages/config.md

+7
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ null_string = '<null>'
166166
# manage pager on startup
167167
enable_pager = True
168168
169+
# Use keyring to automatically save and load password in a secure manner
170+
keyring = True
171+
172+
# Automatically set the session time zone to the local time zone
173+
# If unset, uses the server's time zone, which is the Postgres default
174+
use_local_timezone = True
175+
169176
# Custom colors for the completion menu, toolbar, etc.
170177
[colors]
171178
Token.Menu.Completions.Completion.Current = 'bg:#ffffff #000000'

0 commit comments

Comments
 (0)