{
  project_path => "/var/lib/rex/projects/",
  minion_db_file => "/var/lib/rex/minion.data",
  upload_tmp_path => "/var/tmp/rex/upload",

  rex => "/usr/bin/rex",
  rexify => "/usr/bin/rexify",

  hypnotoad => {
    pid_file => "/var/lib/rex/jobcontrol.pid",
  },

  session => {
    key => 'Rex::JobControl',
  },


  auth => {
    salt => '1cN46DkL2A(dk(!&', # 16 bytes long
    cost => 1, # between 1 and 31
    passwd => '/etc/rex/passwd',
  },


  log => {
    audit_log => '/var/log/rex/audit.log',
    access_log => '/var/log/rex/access.log',
    access_log_level => 'debug',
  },

  audit => {
    dashboard => {
      login_post => {
        params => [qw/username/]
      }
    },
  },

}