mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 15:25:43 +02:00
9 lines
303 B
YAML
9 lines
303 B
YAML
credentials:
|
|
database_password:
|
|
description: "Password for the Funkwhale PostgreSQL database"
|
|
algorithm: "bcrypt"
|
|
validation: "^\\$2[aby]\\$.{56}$"
|
|
django_secret:
|
|
description: "Django SECRET_KEY used for cryptographic signing"
|
|
algorithm: "sha256"
|
|
validation: "^[a-f0-9]{64}$" |