diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-06 13:03:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 13:03:16 +0100 |
commit | 6655ea558727138a80ea70fdbd9ee89b041f180f (patch) | |
tree | e847da3bf5fd36a68bf69ebbed2384d60ab1937e /debian/synapse_port_db.ronn | |
parent | Handle old staged inbound events (#10303) (diff) | |
download | synapse-6655ea558727138a80ea70fdbd9ee89b041f180f.tar.xz |
Add script for getting info about recently registered users (#10290)
Diffstat (limited to 'debian/synapse_port_db.ronn')
-rw-r--r-- | debian/synapse_port_db.ronn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/synapse_port_db.ronn b/debian/synapse_port_db.ronn index fcb32ebd0d..e167af2ba4 100644 --- a/debian/synapse_port_db.ronn +++ b/debian/synapse_port_db.ronn @@ -47,7 +47,7 @@ following options. * `args`: DB API 2.0 compatible arguments to send to the `psycopg2` module. - * `dbname` - the database name + * `dbname` - the database name * `user` - user name used to authenticate @@ -58,7 +58,7 @@ following options. * `port` - connection port number (defaults to 5432 if not provided) - + * `synchronous_commit`: Optional. Default is True. If the value is `False`, enable @@ -76,7 +76,7 @@ Following example illustrates the configuration file format. password: ORohmi9Eet=ohphi host: localhost synchronous_commit: false - + ## COPYRIGHT This man page was written by Sunil Mohan Adapa <<sunil@medhas.org>> for @@ -84,4 +84,4 @@ Debian GNU/Linux distribution. ## SEE ALSO -synctl(1), hash_password(1), register_new_matrix_user(1) +synctl(1), hash_password(1), register_new_matrix_user(1), synapse_review_recent_signups(1) |