Skip to content

Commit

Permalink
fix wrong docs for user_lookup variable
Browse files Browse the repository at this point in the history
  • Loading branch information
freswa committed Mar 15, 2021
1 parent 09c21b9 commit e7333ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xaps.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ protocol lmtp {
plugin {
# xaps_config contains xaps specific configuration parameters
# url: protocol, hostname and port under which xapsd listens
# xaps_user_lookup: Use if you want to determine the username used for PNs from environment variables provided by
# user_lookup: Use if you want to determine the username used for PNs from environment variables provided by
# login mechanism. Value is variable name to look up.
# max_retries: maximum num of retries the http client connects to the xaps daemon
# timeout_msecs http timeout of the http connection
xaps_config = url=http://localhost:11619 xaps_user_lookup=theattribute max_retries=6 timeout_msecs=5000
xaps_config = url=http://localhost:11619 user_lookup=theattribute max_retries=6 timeout_msecs=5000
push_notification_driver = xaps
}

0 comments on commit e7333ae

Please sign in to comment.