From 5ac274bdc54fb6704fb795dfee6c403e8048db46 Mon Sep 17 00:00:00 2001 From: Ross Jones Date: Mon, 20 Aug 2012 08:28:09 +0100 Subject: [PATCH] Fix to documentation of file upload parameters --- doc/configuration.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index 9b753e480d9..f5a575a4b6f 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -259,7 +259,7 @@ Storage Settings ---------------- .. index:: - single: ckan.storage.bucket, ckan.storage.directory + single: ckan.storage.bucket, ofs.storage_dir ckan.storage.bucket ^^^^^^^^^^^^^^^^^^^ @@ -272,12 +272,12 @@ Default value: ``None`` This setting will change the bucket name for the uploaded files. -ckan.storage.directory -^^^^^^^^^^^^^^^^^^^^^^ +ofs.storage_dir +^^^^^^^^^^^^^^^ Example:: - ckan.storage.directory = /data/uploads/ + ofs.storage_dir = /data/uploads/ Default value: ``None``