Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Mar 11, 2024
1 parent 17a5d4d commit aa5e290
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,21 +100,23 @@ combined branch that contains both.

When running in a non-local mode, the following settings must be specified:

* `SESSION_SECRET` - Key that will be used to signed cookies

* `RFD_API` - Backend RFD API to communicate with (i.e. https://api.server.com)
* `RFD_API_CLIENT_ID` - OAuth client id create via the RFD API
* `RFD_API_CLIENT_SECRET` - OAuth client secret create via the RFD API
* `RFD_API_GOOGLE_CALLBACK_URL` - Should be of the form of `https://{rfd_site_hostname}/auth/google/callback`
* `RFD_API_GITHUB_CALLBACK_URL` - Should be of the form of `https://{rfd_site_hostname}/auth/github/callback`

* `STORAGE_URL` - Url of bucket for static assets
* `STORAGE_KEY_NAME` - Name of the key defined in `STORAGE_KEY`
* `STORAGE_KEY` - Key for generating signed static asset urls

* `GITHUB_APP_ID` - App id for fetching GitHub PR discussions
* `GITHUB_INSTALLATION_ID` - Installation id of GitHub App
* `GITHUB_PRIVATE_KEY` - Private key of the GitHub app for discussion fetching
- `SESSION_SECRET` - Key that will be used to signed cookies

- `RFD_API` - Backend RFD API to communicate with (i.e. https://api.server.com)
- `RFD_API_CLIENT_ID` - OAuth client id create via the RFD API
- `RFD_API_CLIENT_SECRET` - OAuth client secret create via the RFD API
- `RFD_API_GOOGLE_CALLBACK_URL` - Should be of the form of
`https://{rfd_site_hostname}/auth/google/callback`
- `RFD_API_GITHUB_CALLBACK_URL` - Should be of the form of
`https://{rfd_site_hostname}/auth/github/callback`

- `STORAGE_URL` - Url of bucket for static assets
- `STORAGE_KEY_NAME` - Name of the key defined in `STORAGE_KEY`
- `STORAGE_KEY` - Key for generating signed static asset urls

- `GITHUB_APP_ID` - App id for fetching GitHub PR discussions
- `GITHUB_INSTALLATION_ID` - Installation id of GitHub App
- `GITHUB_PRIVATE_KEY` - Private key of the GitHub app for discussion fetching

## License

Expand Down

0 comments on commit aa5e290

Please sign in to comment.