odyssey: minor documentation fixes

This commit is contained in:
Dmitry Simonenko 2018-03-20 17:24:48 +03:00
parent 7be3abed51
commit 65877bcf06
1 changed files with 7 additions and 6 deletions

View File

@ -108,7 +108,7 @@ log_config yes
# #
# Log session events. # Log session events.
# #
# Write client connection and disconnection information to the log. # Write client connect and disconnect events to the log.
# #
log_session yes log_session yes
@ -155,7 +155,7 @@ workers 1
# Resolver threads. # Resolver threads.
# #
# Number of threads used for DNS resolving. This value can be increased, if # Number of threads used for DNS resolving. This value can be increased, if
# your server experience a big number of connecting client. # your server experience a big number of connecting clients.
# #
resolvers 1 resolvers 1
@ -253,7 +253,7 @@ keepalive 7200
# #
# Odyssey will fail in case it could not bind on any resolved address. # Odyssey will fail in case it could not bind on any resolved address.
# #
#
listen { listen {
# #
# Bind address. # Bind address.
@ -343,7 +343,7 @@ database default {
# Authentication method. # Authentication method.
# #
# "none" - authentication turned off # "none" - authentication turned off
# "block" - client is blocked # "block" - block this user
# "clear_text" - PostgreSQL clear text authentication # "clear_text" - PostgreSQL clear text authentication
# "md5" - PostgreSQL MD5 authentication # "md5" - PostgreSQL MD5 authentication
# #
@ -352,7 +352,8 @@ database default {
# #
# Authentication method password. # Authentication method password.
# #
# Depending on selected method, password can be plain text or md5 hash # Depending on selected method, password can be in plain text or md5 hash.
#
# password "" # password ""
# #
@ -388,7 +389,7 @@ database default {
# storage_password "test" # storage_password "test"
# #
# Pooling mode. # Server pool mode.
# #
# "session" - assign server connection to a client until it disconnects # "session" - assign server connection to a client until it disconnects
# "transaction" - assign server connection to a client for a transaction processing # "transaction" - assign server connection to a client for a transaction processing