commit/galaxy-central: natefoo: Add missing distributed object store config file option to the sample universe_wsgi.ini.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/6cbf38099b71/ changeset: 6cbf38099b71 user: natefoo date: 2012-01-12 22:30:27 summary: Add missing distributed object store config file option to the sample universe_wsgi.ini. affected #: 1 file diff -r 0cc2440265bd85f95eab3f05b81dc60a5478543d -r 6cbf38099b7102b3547595d9949df24b4c699a3c universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -446,16 +446,21 @@ # -- Beta features # Object store mode (valid options are: disk, s3, distributed, hierarchical) -#object_store = s3 +#object_store = disk #aws_access_key = <AWS access key> #aws_secret_key = <AWS secret key> #s3_bucket = <name of an existing S3 bucket> #use_reduced_redundancy = True + # Size (in GB) that the cache used by object store should be limited to. # If the value is not specified, the cache size will be limited only by the file # system size. #object_store_cache_size = 100 +# Configuration file for the distributed object store, if object_store = +# distributed. See the sample at distributed_object_store_conf.xml.sample +#distributed_object_store_config_file = None + # Enable Galaxy to communicate directly with a sequencer #enable_sequencer_communication = False Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket