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