Skip to content

Commit 3f68579

Browse files
authored
Merge pull request #110 from vexelnet/patch-1
Document in the config file man page how to connect to PostgreSQL.
2 parents 76c3f6f + 7d80e59 commit 3f68579

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

man/mta-sts-daemon.yml.5.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The file is in YAML syntax with the following elements:
3232

3333
*cache*::
3434

35-
* *type*: (_str_: _internal_|_sqlite_|_redis_|_redis_sentinel_) cache backend type. Default: internal
35+
* *type*: (_str_: _internal_|_sqlite_|_redis_|_redis_sentinel_|postgres) cache backend type. Default: internal
3636
* *options*:
3737
** Options for _internal_ type:
3838
*** *cache_size*: (_int_) number of cache entries to store in memory. Default: 10000
@@ -44,8 +44,10 @@ The file is in YAML syntax with the following elements:
4444
*** All parameters are passed to `aioredis.from_url` [0]. Check there for a parameter reference.
4545
** Options for _redis_sentinel_ type:
4646
*** *sentinel_master_name*: (_str_) name of the sentinel master
47-
*** *sentinels*: (_list_)(_tuple_) list of sentinels in form of ip/fqdn and port
47+
*** *sentinels*: (_list_)(_tuple_) list of sentinels in form of IP/FQDN and port
4848
*** All other parameters are passed to `aioredis.sentinel.Sentinel` [1]. For additional details check [2].
49+
** Options for _postgres_ type:
50+
*** *dsn*: (_str_) database connection string
4951

5052
*proactive_policy_fetching*::
5153

0 commit comments

Comments
 (0)