From 9f81e4e613b6797fba57dd385759081f0853150e Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 20 Apr 2015 11:16:14 +0200 Subject: [PATCH] Update config file to warn about supported storage backends --- pages/user_documentation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index f53c1dcb..bb12d486 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -634,6 +634,10 @@ default configuration file, with the main parameters: [storage] # Storage backend + # ------- + # WARNING: ONLY "filesystem" IS DOCUMENTED AND TESTED, + # OTHER BACKENDS ARE NOT READY FOR PRODUCTION. + # ------- # Value: filesystem | multifilesystem | database | custom type = filesystem