Initial commit
This commit is contained in:
19
server/.env.example
Normal file
19
server/.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user