mirror of
https://github.com/coturn/coturn.git
synced 2025-10-23 12:00:59 +02:00
man page fixes
This commit is contained in:
parent
648cd2b149
commit
218fe7f81d
@ -100,6 +100,7 @@ User database settings:
|
||||
|
||||
"postgresql://username:password@hostname:port/databasename"
|
||||
(for 9.x or newer Postgres).
|
||||
|
||||
See the INSTALL file for more explanations and examples.
|
||||
|
||||
Also, see http://www.PostgreSQL.org for full PostgreSQL documentation.
|
||||
@ -111,6 +112,7 @@ User database settings:
|
||||
The connection string format is like that:
|
||||
|
||||
"host=<host> dbname=<dbname> user=<db-user> password=<db-user-password> connect_timeout=<seconds>"
|
||||
|
||||
See the INSTALL file for more explanations and examples.
|
||||
|
||||
Also, see http://www.mysql.org or http://mariadb.org
|
||||
@ -123,6 +125,7 @@ User database settings:
|
||||
The connection string format is like that:
|
||||
|
||||
"mongodb://username:password@host:port/database?options"
|
||||
|
||||
See the INSTALL file for more explanations and examples.
|
||||
|
||||
Also, see http://docs.mongodb.org/manual/
|
||||
@ -135,6 +138,7 @@ User database settings:
|
||||
The connection string format is like that:
|
||||
|
||||
"ip=<ip-addr> dbname=<db-number> password=<db-password> connect_timeout=<seconds>"
|
||||
|
||||
See the INSTALL file for more explanations and examples.
|
||||
|
||||
Also, see http://redis.io for full Redis documentation.
|
||||
|
@ -115,7 +115,7 @@ Flags:
|
||||
|
||||
-B Random disconnect after a few initial packets.
|
||||
|
||||
-Z Dual allocation.
|
||||
-Z Dual allocation (SSODA draft support).
|
||||
|
||||
Options with required values:
|
||||
|
||||
|
@ -154,6 +154,7 @@ Or:
|
||||
.PP
|
||||
"postgresql://username:password@hostname:port/databasename"
|
||||
(for 9.x or newer Postgres).
|
||||
.PP
|
||||
See the INSTALL file for more explanations and examples.
|
||||
.PP
|
||||
Also, see http://www.PostgreSQL.org for full PostgreSQL documentation.
|
||||
@ -169,6 +170,7 @@ The connection string format is like that:
|
||||
.RS
|
||||
.PP
|
||||
"host=<host> dbname=<dbname> user=<db\-user> password=<db\-user\-password> connect_timeout=<seconds>"
|
||||
.PP
|
||||
See the INSTALL file for more explanations and examples.
|
||||
.PP
|
||||
Also, see http://www.mysql.org or http://mariadb.org
|
||||
@ -185,6 +187,7 @@ The connection string format is like that:
|
||||
.RS
|
||||
.PP
|
||||
"mongodb://username:password@host:port/database?\fIoptions\fP"
|
||||
.PP
|
||||
See the INSTALL file for more explanations and examples.
|
||||
.PP
|
||||
Also, see http://docs.mongodb.org/manual/
|
||||
@ -201,6 +204,7 @@ The connection string format is like that:
|
||||
.RS
|
||||
.PP
|
||||
"ip=<ip\-addr> dbname=<db\-number> password=<db\-password> connect_timeout=<seconds>"
|
||||
.PP
|
||||
See the INSTALL file for more explanations and examples.
|
||||
.PP
|
||||
Also, see http://redis.io for full Redis documentation.
|
||||
|
@ -174,7 +174,7 @@ Random disconnect after a few initial packets.
|
||||
.TP
|
||||
.B
|
||||
\fB\-Z\fP
|
||||
Dual allocation.
|
||||
Dual allocation (SSODA draft support).
|
||||
.TP
|
||||
.B
|
||||
Options with required values:
|
||||
|
Loading…
x
Reference in New Issue
Block a user