mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 15:25:43 +02:00
11 lines
311 B
YAML
11 lines
311 B
YAML
credentials:
|
|
database_password:
|
|
description: "Password for the Snipe-IT database user"
|
|
algorithm: "bcrypt"
|
|
validation: "^\\$2[aby]\\$.{56}$"
|
|
|
|
app_key:
|
|
description: "Application encryption key for Snipe-IT (.env APP_KEY)"
|
|
algorithm: "plain"
|
|
validation: "^base64:[A-Za-z0-9+/=]{40,}$"
|