Initial commit
This commit is contained in:
18
server/.env
Normal file
18
server/.env
Normal file
@@ -0,0 +1,18 @@
|
||||
# Database Configuration
|
||||
# Bacula Database Credentials
|
||||
DB_HOST=10.10.14.82
|
||||
DB_USER=bass
|
||||
DB_PASSWORD=Pnd77net
|
||||
DB_NAME=bacula
|
||||
|
||||
# Server Config
|
||||
PORT=5432
|
||||
|
||||
# Remote Admin (SSH)
|
||||
SSH_HOST=10.10.14.82
|
||||
SSH_USER=root
|
||||
# Isi SALAH SATU aja (Password atau Key Path)
|
||||
SSH_PASSWORD=
|
||||
SSH_KEY_PATH=/home/othman/.ssh/id_rsa.pub
|
||||
# Folder tempat config Client disimpan
|
||||
BACULA_CONF_DIR=/etc/bacula/conf.d/clients
|
||||
Reference in New Issue
Block a user