X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2Fcommon%2Fconfiguration.rb;h=738dc8c32c9180ebf835618ae893b8cff3dc96d5;hb=853aaef812f6e23f17d3e24db99dfbaadafdbddf;hp=b810b02f86c9d44711fbdae7836c391035d72c80;hpb=df4e02ebf6a4e28a58abcb298a4442a245ad0b15;p=mailshears.git diff --git a/lib/common/configuration.rb b/lib/common/configuration.rb index b810b02..738dc8c 100644 --- a/lib/common/configuration.rb +++ b/lib/common/configuration.rb @@ -74,16 +74,11 @@ class Configuration d = {} d['i_mean_business'] = false - d['plugins'] = ['agendav', - 'davical', - 'dovecot', - 'postfixadmin', - 'roundcube'] + d['plugins'] = ['postfixadmin'] d['agendav_dbhost'] = 'localhost' d['agendav_dbport'] = 5432 d['agendav_dbopts'] = '' - d['agendav_dbtty'] = '' d['agendav_dbuser'] = 'postgres' d['agendav_dbpass'] = '' d['agendav_dbname'] = 'agendav' @@ -91,17 +86,15 @@ class Configuration d['davical_dbhost'] = 'localhost' d['davical_dbport'] = 5432 d['davical_dbopts'] = '' - d['davical_dbtty'] = '' d['davical_dbuser'] = 'postgres' d['davical_dbpass'] = '' d['davical_dbname'] = 'davical' - d['dovecot_mail_root'] = '/var/spool/mail/vhosts' + d['dovecot_mail_root'] = '/tmp/mailshears-test' d['postfixadmin_dbhost'] = 'localhost' d['postfixadmin_dbport'] = 5432 d['postfixadmin_dbopts'] = '' - d['postfixadmin_dbtty'] = '' d['postfixadmin_dbuser'] = 'postgres' d['postfixadmin_dbpass'] = '' d['postfixadmin_dbname'] = 'postfixadmin' @@ -109,7 +102,6 @@ class Configuration d['roundcube_dbhost'] = 'localhost' d['roundcube_dbport'] = 5432 d['roundcube_dbopts'] = '' - d['roundcube_dbtty'] = '' d['roundcube_dbuser'] = 'postgres' d['roundcube_dbpass'] = '' d['roundcube_dbname'] = 'roundcube'