We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a55c87 commit 2401473Copy full SHA for 2401473
content/pages/config.md
@@ -166,6 +166,13 @@ null_string = '<null>'
166
# manage pager on startup
167
enable_pager = True
168
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
176
# Custom colors for the completion menu, toolbar, etc.
177
[colors]
178
Token.Menu.Completions.Completion.Current = 'bg:#ffffff #000000'
0 commit comments