20 lines
395 B
Plaintext
20 lines
395 B
Plaintext
# BAMS Configuration File
|
|
# Copy to /etc/bams/config.yaml and customize
|
|
|
|
port: 8080
|
|
log_level: info
|
|
data_dir: /var/lib/bams
|
|
|
|
# SCST configuration file path
|
|
scst_config: /etc/scst.conf
|
|
|
|
# Bacula Storage Daemon configuration path
|
|
bacula_config: /etc/bacula/bacula-sd.conf
|
|
|
|
# Security settings
|
|
security:
|
|
require_https: false
|
|
allowed_users: []
|
|
# Example: allowed_users: ["admin", "operator"]
|
|
|