mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-08-25 14:51:14 +00:00
Build 13.0.3
This commit is contained in:
34
docker/baculum-api/Config-api-apache/api.conf
Normal file
34
docker/baculum-api/Config-api-apache/api.conf
Normal file
@@ -0,0 +1,34 @@
|
||||
[api]
|
||||
auth_type = "basic"
|
||||
debug = "0"
|
||||
lang = "en"
|
||||
|
||||
[db]
|
||||
enabled = "1"
|
||||
type = "pgsql"
|
||||
name = "bacula"
|
||||
login = "bacula"
|
||||
password = "bacula"
|
||||
ip_addr = "db"
|
||||
port = "5432"
|
||||
path = ""
|
||||
|
||||
[bconsole]
|
||||
enabled = "1"
|
||||
bin_path = "/opt/bacula/bin/bconsole"
|
||||
cfg_path = "/opt/bacula/etc/bconsole.conf"
|
||||
use_sudo = "1"
|
||||
|
||||
[jsontools]
|
||||
enabled = "1"
|
||||
use_sudo = "1"
|
||||
bconfig_dir = "/opt/bacula/etc"
|
||||
bdirjson_path = "/opt/bacula/bin/bdirjson"
|
||||
dir_cfg_path = "/opt/bacula/etc/bacula-dir.conf"
|
||||
bsdjson_path = "/opt/bacula/bin/bsdjson"
|
||||
sd_cfg_path = "/opt/bacula/etc/bacula-sd.conf"
|
||||
bfdjson_path = "/opt/bacula/bin/bfdjson"
|
||||
fd_cfg_path = "/opt/bacula/etc/bacula-fd.conf"
|
||||
bbconsjson_path = "/opt/bacula/bin/bbconsjson"
|
||||
bcons_cfg_path = "/opt/bacula/etc/bconsole.conf"
|
||||
|
Reference in New Issue
Block a user