KI-AGENT: Datenbank-URL im Selfhost-Setup absichern

This commit is contained in:
2026-06-03 10:09:43 +02:00
parent 526ad966c4
commit f1e0f36cca
2 changed files with 2 additions and 2 deletions

View File

@@ -506,7 +506,7 @@ main() {
echo "Secrets werden automatisch erzeugt."
local db_password minio_password cookie_secret jwt_secret encryption_key m2m_key
local matrix_db_password matrix_turn_secret matrix_registration_secret livekit_secret
db_password="$(random_secret)"
db_password="$(random_hex_secret)"
minio_password="$(random_secret)"
cookie_secret="$(random_secret)"
jwt_secret="$(random_secret)"