From 2d4ddc9874c9113079017f2a8992794c4484084e Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Thu, 2 Jun 2011 13:38:13 +0200 Subject: [PATCH] bacula-web: Renammed config filename and updated gitignore file - updated content of config.php.sample - updated content of gitignore which exclude now config/config.php also --- gui/bacula-web/.gitignore | 5 +++-- .../config/{config.php => config.php.sample} | 18 ------------------ 2 files changed, 3 insertions(+), 20 deletions(-) rename gui/bacula-web/config/{config.php => config.php.sample} (74%) diff --git a/gui/bacula-web/.gitignore b/gui/bacula-web/.gitignore index a27989e2c1..df1c19b7c4 100644 --- a/gui/bacula-web/.gitignore +++ b/gui/bacula-web/.gitignore @@ -1,2 +1,3 @@ -*.php -*.png +/templates_c/*.php +/templates_c/*.png +/config/config.php diff --git a/gui/bacula-web/config/config.php b/gui/bacula-web/config/config.php.sample similarity index 74% rename from gui/bacula-web/config/config.php rename to gui/bacula-web/config/config.php.sample index d27214a4ab..ddddd521b3 100644 --- a/gui/bacula-web/config/config.php +++ b/gui/bacula-web/config/config.php.sample @@ -10,24 +10,6 @@ $config['language'] = 'en_EN'; - //MySQL bacula catalog - $config[0]['label'] = 'Backup/mysql'; - $config[0]['host'] = 'localhost'; - $config[0]['login'] = 'root'; - $config[0]['password'] = 'p@ssw0rd'; - $config[0]['db_name'] = 'bacula'; - $config[0]['db_type'] = 'mysql'; - $config[0]['db_port'] = '3306'; - - //MySQL bacula catalog - $config[1]['label'] = 'Backup/pgsql'; - $config[1]['host'] = 'localhost'; - $config[1]['login'] = 'bacula'; - $config[1]['password'] = 'bacula'; - $config[1]['db_name'] = 'bacula'; - $config[1]['db_type'] = 'pgsql'; - $config[1]['db_port'] = '5432'; - /* Catalog(s) connection parameters Just copy/paste and modify regarding your configuration -- 2.39.5