# # Configuration Options for: Jeeves::Config # # Add a file partition for Jeeves. Must have the following parameters: # :path - valid file path to the partition to be added (not a device path), # :key - the key given to the partition when it was initialised, # :mountable - true if the partition should be mounted directly, # :mounted_on - path of mount point if the partition is not one itself # # Use :mountable=>true to enable the partition to be mounted - needs to be an entry in /etc/fstab # If the partition is not directly mountable but is on a mountable device partition that you also want # mounted then use :mounted_on=>/path/to/partition instead #add_partition add_partition :path=>'/home/jeeves', :key=>'d1520a02b294db739bddb2324482310116f39d07' add_partition :path=>'/home/jeeves_2', :key=>'9227567edca1bb8018d2c7bda592dbb69a89af35' # Specify what to do if a specified partition cannot be added, e.g. because it has not been mounted # Can be one of the following: # :ignore - log an info message and carry on # :warn - let the user know but carry on # :fatal - do not continue without the partition # # The default is to warn but carry on. Jeeves should still be able to allocate a file even if there are # missing partitions in the store store_errors :warn # Specify the environment within which Jeeves services (Jetuner etc) are expected # to be operating. Should be one of :dev, :test or :prod #environment :dev # URL to the Jeeves listing/TV application that has info on programme listings jeeves_tv_url 'http://tv.jeeves.osburn-sharp.ath.cx' # Set the base rate for estimating data storage in kbytes per second. Note # for some tuners this may need to be scaled, which can be done at the time # of allocation. #base_data_rate 416 # Specify a directory where jeeves can put working files etc. If you are working # across a network then this directory needs to be shared across the network too. working_dir '/home/jeeves/.jeeves' # URL to the Jeeves video application to which recorded videos are referred etc jeeves_url 'http://jeeves.osburn-sharp.ath.cx'