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