This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: add env

+14
+14
README.md
··· 22 22 bun ngrok 23 23 ``` 24 24 25 + you also need to create a `.env` file with the following keys 26 + 27 + ```bash 28 + SLACK_BOT_TOKEN="xoxb-xxxxx-xxxxx-xxxxx-xxxxx" 29 + SLACK_SIGNING_SECRET="xxxxx" 30 + SLACK_SPAM_CHANNEL="C069N64PW4A" 31 + SLACK_LOG_CHANNEL="C08KX2YNN87" 32 + SLACK_REVIEW_CHANNEL="C07P0CXT08H" 33 + NODE_ENV="dev" 34 + SLACK_USER_TOKEN="xoxp-xxxxx-xxxxx-xxxxx-xxxxx" 35 + API_URL="https://casual-renewing-reptile.ngrok-free.app" 36 + SENTRY_DSN="https://xxxxxx@xxxxxx.ingest.us.sentry.io/xxxx" 37 + ``` 38 + 25 39 ## 📜 License 26 40 27 41 The code is licensed under `AGPL 3.0`! That means AGPL 3.0 requires publishing source code changes when the software is used over a network, guaranteeing that users can access the code. All artwork and images are copyright reserved but may be used with proper attribution to the authors.