This commit is contained in:
cortex
2026-05-24 11:36:12 +01:00
parent f872b9e8f5
commit 4e1fb4b194
+1 -1
View File
@@ -98,7 +98,7 @@ fix_ownership "${VOLUME_PATH}/mas"
log_info "Linking Synapse and MAS via OIDC..." log_info "Linking Synapse and MAS via OIDC..."
CLIENT_ID="synapse-client" CLIENT_ID="0000000000000000000SYNAPSE"
CLIENT_SECRET=$(openssl rand -hex 32) CLIENT_SECRET=$(openssl rand -hex 32)
ADMIN_SECRET=$(openssl rand -hex 32) ADMIN_SECRET=$(openssl rand -hex 32)
MATRIX_SECRET=$(openssl rand -hex 32) MATRIX_SECRET=$(openssl rand -hex 32)