X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=blobdiff_plain;f=doc%2Fmailbox-countrc.example;h=26390085297171f43bb5cc73e4c70e8146d2013f;hp=3e9559d02935aa326b959809b0d7edcd01c2d591;hb=35545d80ed25fd8c0c1d5a0d02a7504dbbfd5868;hpb=39e047ccd8422207e01247c63f514c40e7eac31e diff --git a/doc/mailbox-countrc.example b/doc/mailbox-countrc.example index 3e9559d..2639008 100644 --- a/doc/mailbox-countrc.example +++ b/doc/mailbox-countrc.example @@ -25,21 +25,21 @@ # detail_query = "SELECT domain,username FROM mailbox LIMIT 1000;" -# Hostname where the database is located (postgres-only). +# Hostname where the database is located (Postgres-only). # # Default: None, a UNIX domain socket connection is attempted (Postgres only) # # host = "localhost" -# Password used to connect to the database (postgres-only). +# Password used to connect to the database (Postgres-only). # # Default: None (assumes passwordless authentication) # # password = "hunter2" -# Port number used to connect to the database (postgres-only). +# Port number used to connect to the database (Postgres-only). # # Default: None, a UNIX domain socket connection is attempted (Postgres only) # @@ -55,7 +55,7 @@ # summary_query = "SELECT domain,COUNT(username) as cnt GROUP BY domain ORDER by cnt;" -# Username used to connect to the database (postgres-only). +# Username used to connect to the database (Postgres-only). # # Default: The current user #