]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/configs/bacula.conf
a48d3e7580ecae05b479578a62168c943a409a0a
[bacula/bacula] / gui / bacula-web / configs / bacula.conf
1 # This is the config file.
2 # Please, modify with your preferences
3
4 # Title of main window
5 title = Bacula-Web 1.2
6
7 # If http://www.domain.com/bacula/
8 # root = /bacula
9 root = /bacula-web
10
11 # Show a box with a detailed report at index or Status report
12 # I'll remove this in future versions.
13 IndexReport = 0
14
15 # Secs since last run. Default 24h.
16 # Unused in this version
17 # LastRun = 86400
18
19
20 # Mode of index page: Full or Lite
21 # Only useful if IndexReport = 0
22 #
23 # Lite: Only shows a little report for the last 24h.
24 #       Maybe you would want this if you have very much jobs.
25 # Full: This shows a full table with detailed data
26 #       Maybe you would want this if you have a bit of jobs.
27 mode = Lite
28
29
30
31 # LANGUAGE:
32 # en_EN -> English
33 # es_ES -> Spanish, Mantained by Juan Luis Francés Jiménez.
34 # it_IT -> Italian, Mantained by Gian Domenico Messina (gianni.messina AT c-ict.it).
35 # fr_FR -> Frech, Mantained by Morgan LEFIEUX (comete AT daknet.org).
36 # de_DE -> German, Mantained by Florian Heigl.
37 lang = en_EN
38
39
40
41 # DATABASE INFORMATION AND MULTICATALOG SUPPORT
42 # ---------------------------------------------
43 # This section contains the database configuration.
44 # You must create a user or to give it permissions to access 
45 # from web machine.
46
47 [.DATABASE]
48 # Your database host or IP
49 host = localhost
50
51 # Your database login
52 login = bacula
53
54 # Your database password.
55 # For empty passwords use this:
56 # pass =
57 pass =  
58
59 # Your database name
60 db_name = bacula
61
62 # Your database type: mysql,sqlite,pgsql
63 db_type = mysql
64
65 # Uncomment this and modify it if your database runs on a non standard port.
66 # db_port = 3306
67
68 # MULTICATALOG SUPPORT
69 # ---------------------
70 # If you have only one catalog don't remove the comments.
71 # If you have 2 or more catalogs, please remove the coments of this section
72 # and configure with your preferences.
73 # You can add so many as you want.
74
75 #[.DATABASE2]
76 #host = 192.168.2.55
77 #login = bacula
78 #pass =
79 #db_name = bacula
80 #db_type = mysql
81
82 #[.DATABASE3]
83 #host = 192.168.20.40
84 #login = bacula
85 #pass =
86 #db_name = bacula
87 #db_type= pgsql