Revision fda50d75 snf-pithos-app/conf/20-snf-pithos-app-settings.conf

b/snf-pithos-app/conf/20-snf-pithos-app-settings.conf
10 10

  
11 11
# Block storage.
12 12
#PITHOS_BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler'
13
#PITHOS_BACKEND_BLOCK_PATH = '/tmp/pithos-data/'
14 13
#PITHOS_BACKEND_BLOCK_UMASK = 0o022
15 14

  
16 15
# Default setting for new accounts.
......
25 24
# Service Token acquired by identity provider.
26 25
#PITHOS_SERVICE_TOKEN = ''
27 26

  
28
# Enable and configure secondary rados storage for pithos
29
#PITHOS_RADOS_STORAGE = False
30
#PITHOS_RADOS_POOL_BLOCKS = 'blocks'
31
#PITHOS_RADOS_POOL_MAPS = 'maps'
32

  
33 27
# This enables a ui compatibility layer for the introduction of UUIDs in
34 28
# identity management.  WARNING: Setting to True will break your installation.
35 29
# PITHOS_TRANSLATE_UUIDS = False
......
63 57
# Set domain to restrict requests of pithos object contents serve endpoint or
64 58
# None for no domain restriction
65 59
#PITHOS_UNSAFE_DOMAIN = None
60
#
61
#Archipelago Configuration File
62
#PITHOS_BACKEND_ARCHIPELAGO_CONF = '/etc/archipelago/archipelago.conf'

Also available in: Unified diff