]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - bin/configuration.rb
Enable the roundcube_db plugin (in the config file) and add its configuration paramet...
[mailshears.git] / bin / configuration.rb
index f67bfdd8e8195718a42d7671ceb87f7033ba6e79..1d0aa7f82b34b5721778d47df337baa678a02cfb 100644 (file)
@@ -19,5 +19,15 @@ module Configuration
   # could also be called, "I_TRUST_MAILSHEARS_NOT_TO_DO_ANYTHING_BAD".
   I_MEAN_BUSINESS = false
 
-  PLUGINS = ['dovecot_mailstore']
+  PLUGINS = ['dovecot_mailstore', 'roundcube_db']
+
+  # Roundcube-specific configuration.
+  ROUNDCUBE_DBHOST = 'localhost'
+  ROUNDCUBE_DBPORT = 5432
+  ROUNDCUBE_DBOPTS = ''
+  ROUNDCUBE_DBTTY = ''
+  ROUNDCUBE_DBUSER = 'postgres'
+  ROUNDCUBE_DBPASS = ''
+  ROUNDCUBE_DBNAME = 'roundcube'
+
 end