|
|
|
|
@ -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. |
|
|
|
|
|