$OpenBSD: patch-application_config_config_php_sample,v 1.4 2013/11/13 14:08:38 ajacoutot Exp $
--- application/config/config.php.sample.orig	Mon Nov 11 17:06:40 2013
+++ application/config/config.php.sample	Wed Nov 13 15:06:14 2013
@@ -38,13 +38,13 @@ $config['language'] = 'en_US';
 // $config[0]['db_port'] = '3306';
 
 // PostgreSQL bacula catalog
-// $config[0]['label'] = 'Prod Server';
-// $config[0]['host'] = 'db-server.domain.com';
-// $config[0]['login'] = 'bacula';
-// $config[0]['password'] = 'otherstrongpassword';
-// $config[0]['db_name'] = 'bacula';
-// $config[0]['db_type'] = 'pgsql';
-// $config[0]['db_port'] = '5432'; 
+$config[0]['label'] = 'Backup Server';
+$config[0]['host'] = 'localhost';
+$config[0]['login'] = 'bacula';
+$config[0]['password'] = 'verystrongpassword';
+$config[0]['db_name'] = 'bacula';
+$config[0]['db_type'] = 'pgsql';
+$config[0]['db_port'] = '5432'; 
 
 // SQLite bacula catalog
 // $config[0]['label'] = 'Dev backup server';
