Optimized credential logics

This commit is contained in:
2025-05-20 13:39:43 +02:00
parent 331da375b7
commit 5ad8a7e857
4 changed files with 101 additions and 25 deletions

View File

@@ -1,9 +1,4 @@
credentials:
database_password:
description: "Password for the PeerTube PostgreSQL database"
algorithm: "bcrypt"
validation: "^\\$2[aby]\\$.{56}$"
secret:
description: "PeerTube secret used for session signing and CSRF protection"
algorithm: "sha256"