Index: branches/PublicaMundi_David-devel/docs/kernel/configuration.rst
===================================================================
--- branches/PublicaMundi_David-devel/docs/kernel/configuration.rst	(revision 679)
+++ branches/PublicaMundi_David-devel/docs/kernel/configuration.rst	(revision 683)
@@ -174,5 +174,18 @@
 in the ``cacheDir`` directory, and will return the specified cookie to the client. Each time the client will 
 request ZOO-Kernel using this cookie, it will automatically load the
-value stored before the Service execution. 
+value stored before the Service execution.
+
+
+database section
+...............................
+
+[database]
+dbname=zoo_project
+port=5432
+user=username
+host=127.0.0.1
+type=PG
+schema=public
+
 
 
