mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 15:25:43 +02:00
9 lines
286 B
YAML
9 lines
286 B
YAML
credentials:
|
|
database_password:
|
|
description: "Database password for MariaDB"
|
|
algorithm: "bcrypt"
|
|
validation: "^\\$2[aby]\\$.{56}$"
|
|
setup_admin_password:
|
|
description: "Initial admin user password for Akaunting"
|
|
algorithm: "sha256"
|
|
validation: "^[a-f0-9]{64}$" |