From 00744daf13f120001dc8bba44ad0b36845f41e2d Mon Sep 17 00:00:00 2001 From: Kostas Papadimitriou Date: Wed, 6 Jun 2012 15:38:21 +0300 Subject: [PATCH] Update default config file and Changelog --- snf-pithos-app/Changelog | 2 ++ snf-pithos-app/conf/20-snf-pithos-app-settings.conf | 3 +++ 2 files changed, 5 insertions(+) diff --git a/snf-pithos-app/Changelog b/snf-pithos-app/Changelog index 2e95aff..a04c39a 100644 --- a/snf-pithos-app/Changelog +++ b/snf-pithos-app/Changelog @@ -4,6 +4,8 @@ Changelog v0.9.7 ------ * Delegate feedback post request to Identity Provider (astakos) + New setting *PITHOS_SERVICE_TOKEN* is required to be set for feedback to + work. * Change API calls to include public objects in shared by me v0.9.6 diff --git a/snf-pithos-app/conf/20-snf-pithos-app-settings.conf b/snf-pithos-app/conf/20-snf-pithos-app-settings.conf index 3ed94c7..b1cfd0e 100644 --- a/snf-pithos-app/conf/20-snf-pithos-app-settings.conf +++ b/snf-pithos-app/conf/20-snf-pithos-app-settings.conf @@ -29,3 +29,6 @@ PITHOS_BACKEND_BLOCK_PATH = '/usr/share/synnefo/pithos/data' # Disable if checksums are not required or are computed asynchronously by an external process. #PITHOS_UPDATE_MD5 = True + +# Service Token acquired by identity provider. +#PITHOS_SERVICE_TOKEN = '' -- 1.7.10.4