fix(papermark): add SLACK_CLIENT_ID/SECRET placeholder env vars for build

This commit is contained in:
CanbiZ (MickLesk)
2026-04-17 08:49:25 +02:00
parent 98791d1427
commit cc06daf580

View File

@@ -34,6 +34,8 @@ NEXT_PUBLIC_WEBHOOK_BASE_HOST=webhooks.example.local
HANKO_API_KEY=placeholder
NEXT_PUBLIC_HANKO_TENANT_ID=placeholder
QSTASH_TOKEN=placeholder
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)
NODE_ENV=production