KI-AGENT: Datenbank-URL im Selfhost-Setup absichern
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user