BAMS initial project structure
This commit is contained in:
19
configs/config.yaml.example
Normal file
19
configs/config.yaml.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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"]
|
||||
|
||||
Reference in New Issue
Block a user