Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ can still be done if needed.
2. Run bors locally, and configure environment variables and/or command-line parameters for it:
- Set `APP_ID` to the ID of the created GitHub app.
- Set `WEBHOOK_SECRET` to the webhook secret of the app.
- Set `PRIVATE_KEY` to the private key of the app.
- Set `PRIVATE_KEY` to the private key of the app. **Note:** If you face an error related to the private key, you need to add `\n` at the beginning of environment variable: `\n-----BEGIN RSA PRIVATE KEY`
- (optional) Set `WEB_URL` to the public URL of the website of the app.
- (optional) Set `CMD_PREFIX` to the command prefix used to control the bot (e.g. `@bors`).
- (optional) Set `PERMISSIONS` `"data/permissions"` directory path to list users with permissions to perform try/review.
Expand Down