]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/configs/bacula.conf
bacula-web: Several internal code improvment
[bacula/bacula] / gui / bacula-web / configs / bacula.conf
1 ; If http://www.domain.com/bacula/
2 ; root = /bacula
3 root = '/bacula-web'
4
5 ; Show a box with a detailed report at index or Status report
6 ; I'll remove this in future versions.
7 IndexReport = 0
8
9 ; Secs since last run. Default 24h.
10 ; Unused in this version
11 ; LastRun = 86400
12
13 ; Mode of index page: Full or Lite
14 ; Only useful if IndexReport = 0
15
16 ; Lite: Only shows a little report for the last 24h.
17 ; Maybe you would want this if you have very much jobs.
18 ; Full: This shows a full table with detailed data
19 ; Maybe you would want this if you have a bit of jobs.
20 ; mode = Lite
21
22 ; Language
23 ; en_EN -> English
24 ; es_ES -> Spanish, Mantained by Juan Luis Francés Jiménez.
25 ; it_IT -> Italian, Mantained by Gian Domenico Messina (gianni.messina AT c-ict.it).
26 ; fr_FR -> Frech, Mantained by Morgan LEFIEUX (comete AT daknet.org).
27 ; de_DE -> German, Mantained by Florian Heigl.
28 lang = en_EN
29
30 ; Database connection configuration
31
32 [.DATABASE]
33 host = localhost                                        ; Database host or IP
34 login = root                                            ; Database account name
35 pass = p@ssw0rd                                                 ; Database account password
36 db_name = bacula                                        ; Database name
37 db_type = mysql                                         ; Database type
38 ;db_port = 3306                                         ; Uncomment if not standard port
39
40 ; Multi-Catalog support
41 ; If you want to configure more than 1 Bacula catalog in Bacula-Web, simply copy the previous line (See example below)
42 ; Don't forget the change the name of the section (DATABASE2 in this case)
43
44 [.DATABASE2]
45 host = 192.168.2.55
46 login = bacula
47 pass =
48 db_name = bacula
49 db_type = mysql