23 lines
656 B
Bash
23 lines
656 B
Bash
# Bareos DB user & password
|
|
DB_USER=bareos
|
|
DB_PASSWORD=HVdXVlUAwre0eNUCML7tDB
|
|
|
|
# DB Admin user & password (required to init new mysql/pgsql instance)
|
|
DB_ADMIN_USER=postgres
|
|
DB_ADMIN_PASSWORD=HVdXVlUAwre0eNUCML7tDBadm
|
|
|
|
# Bareos Storage Daemon
|
|
BAREOS_SD_PASSWORD=HVdXVlUAwre0eNUCML7tSD
|
|
|
|
# Bareos File Daemon (client)
|
|
BAREOS_FD_PASSWORD=HVdXVlUAwre0eNUCML7tFD
|
|
|
|
# Bareos WEBUI
|
|
BAREOS_WEBUI_PASSWORD=HVdXVlUAwre0eNUCML7tUI
|
|
|
|
# Bareos DB migration only (MySQL to PostgreSQL)
|
|
MYSQL_DB_PASSWORD=ThisIsMySecretDBp4ssw0rd
|
|
PGSQL_DB_PASSWORD=ThisIsMySecretDBp4ssw0rd
|
|
MYSQL_ADMIN_PASSWORD=ThisIsMySecretDBAdm1np4ssw0rd
|
|
PGSQL_ADMIN_PASSWORD=ThisIsMySecretDBAdm1np4ssw0rd
|