]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/configs/bacula.conf
bacula-web: Removed useless .gitignore file in main folder
[bacula/bacula] / gui / bacula-web / configs / bacula.conf
1 ; Language
2 ; en_EN -> English
3 ; es_ES -> Spanish, Mantained by Juan Luis Francés Jiménez.
4 ; it_IT -> Italian, Mantained by Gian Domenico Messina (gianni.messina AT c-ict.it).
5 ; fr_FR -> Frech, Mantained by Morgan LEFIEUX (comete AT daknet.org).
6 ; de_DE -> German, Mantained by Florian Heigl.
7 lang = en_EN
8
9 ; Database connection configuration
10
11 [.DATABASE]
12 host = localhost                                        ; Database host or IP
13 login = root                                            ; Database account name
14 pass = p@ssw0rd                                         ; Database account password
15 db_name = bacula                                        ; Database name
16 db_type = mysql                                         ; Database type
17 ;db_port = 3306                                         ; Uncomment if not standard port
18
19 ; Multi-Catalog support
20 ; If you want to configure more than 1 Bacula catalog in Bacula-Web, simply copy the previous line (See example below)
21 ; Don't forget the change the name of the section (DATABASE2 in this case)
22
23 ;[.DATABASE2]
24 ;host = 192.168.2.55
25 ;login = bacula
26 ;pass =
27 ;db_name = bacula
28 ;db_type = mysql