瀏覽代碼

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>`
     ===========   ===========