diff --git a/install/papermark-install.sh b/install/papermark-install.sh index 5a349271..b50a0795 100644 --- a/install/papermark-install.sh +++ b/install/papermark-install.sh @@ -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