]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/configs/bacula.conf
- Upgraded Smarty to 2.6.10 version.
[bacula/bacula] / gui / bacula-web / configs / bacula.conf
index 85ad3748dd567176ed94e28f3c161b4e0b19af5e..7d37a8ab6e76abef6f2c4dc45a8f7254a530838c 100644 (file)
@@ -2,7 +2,7 @@
 # Please, modify with your preferences
 
 # Title of main window
-title = Bacula-Web 1.1
+title = Bacula-Web 1.2
 
 # If http://www.domain.com/bacula/
 # root = /bacula
@@ -28,18 +28,18 @@ mode = Lite
 
 
 
-# LANGUAGE
-# In this version only:
+# LANGUAGE:
 # en_EN -> English
-# es_ES -> Spanish
+# es_ES -> Spanish, Mantained by Juan Luis Francés Jiménez.
 # it_IT -> Italian, Mantained by Gian Domenico Messina (gianni.messina AT c-ict.it).
 # fr_FR -> Frech, Mantained by Morgan LEFIEUX (comete AT daknet.org).
+# de_DE -> German, Mantained by Florian Heigl.
 lang = en_EN
 
 
 
-# DATABASE INFORMATION
-# --------------------
+# DATABASE INFORMATION AND MULTICATALOG SUPPORT
+# ---------------------------------------------
 # This section contains the database configuration.
 # You must create a user or to give it permissions to access 
 # from web machine.
@@ -65,3 +65,23 @@ db_type = mysql
 # Uncomment this and modify it if your database runs on a non standard port.
 # db_port = 3306
 
+# MULTICATALOG SUPPORT
+# ---------------------
+# If you have only one catalog don't remove the comments.
+# If you have 2 or more catalogs, please remove the coments of this section
+# and configure with your preferences.
+# You can add so many as you want.
+
+#[.DATABASE2]
+#host = 192.168.2.55
+#login = bacula
+#pass =
+#db_name = bacula
+#db_type = mysql
+
+#[.DATABASE3]
+#host = 192.168.20.40
+#login = bacula
+#pass =
+#dbname = bacula
+#db_type= pgsql