fix(papermark): add RESEND_API_KEY placeholder, document magic-link login workaround

This commit is contained in:
CanbiZ (MickLesk)
2026-04-17 09:05:49 +02:00
parent f902c9fe2f
commit 2834e6b7fa
2 changed files with 6 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ SLACK_CLIENT_ID=placeholder
SLACK_CLIENT_SECRET=placeholder
NEXT_PRIVATE_DOCUMENT_PASSWORD_KEY=$(openssl rand -hex 32)
NEXT_PRIVATE_VERIFICATION_SECRET=$(openssl rand -hex 32)
RESEND_API_KEY=
NODE_ENV=production
EOF
$STD npm install