Преглед на файлове

update configuration of mongodb

Oz N Tiram преди 9 години
родител
ревизия
9ea241e1ae
променени са 1 файла, в които са добавени 5 реда и са изтрити 3 реда
  1. 5 3
      docs/source/configuration.rst

+ 5 - 3
docs/source/configuration.rst

@@ -57,14 +57,16 @@ Following is a table describing the parameters and their meanings:
     -----------   -----------
     **Section**   *Database* 
     -----------   -----------
-    dburi         Database URI conforming to `RFC3986`_. SQLite, Postgreql and
-                  MySQL are currently supported. 
+    dburi         Database URI conforming to `RFC3986`_. SQLite, Postgreql, 
+                  MySQL and MongoDB are currently supported. 
        
                   SQLite example: `sqlite:///path/to/your/db`
 
                   Postgreql example: `postgresql://<user>:<pass>@<host[:port]>/<database>`
 
-                  MySQL example:      `mysql://<user>:<pass>@<host[:port]>/<database>`
+                  MySQL example:     `mysql://<user>:<pass>@<host[:port]>/<database>`
+                  
+                  MongoDB example:   `mongodb://<user>:<pass>@<host[:port]>/<database>`
     ===========   ===========