20 lines
427 B
Plaintext
20 lines
427 B
Plaintext
# Database Configuration
|
|
# Bacula Database Credentials (PostgreSQL)
|
|
DB_HOST=localhost
|
|
DB_USER=bacula
|
|
DB_PASSWORD=your_secure_password
|
|
DB_NAME=bacula
|
|
DB_PORT=5432
|
|
|
|
# Remote Admin (SSH)
|
|
SSH_HOST=10.10.14.82
|
|
SSH_USER=root
|
|
# Use either Password OR Key
|
|
SSH_PASSWORD=your_ssh_password
|
|
SSH_KEY_PATH=/path/to/private/key
|
|
# Directory where Client configs are stored
|
|
BACULA_CONF_DIR=/etc/bacula/conf.d/clients
|
|
|
|
# Server Config
|
|
PORT=3000
|