clarify yml paths in server-secrets docs (#10106)
This commit is contained in:
@@ -114,7 +114,7 @@ generated API key.
|
|||||||
|
|
||||||
Using a token for Discord is optional but will allow higher API rates.
|
Using a token for Discord is optional but will allow higher API rates.
|
||||||
|
|
||||||
- `DISCORD_BOT_TOKEN` (yml: `discord_bot_token`)
|
- `DISCORD_BOT_TOKEN` (yml: `private.discord_bot_token`)
|
||||||
|
|
||||||
Register an application in the [Discord developer console](https://discord.com/developers).
|
Register an application in the [Discord developer console](https://discord.com/developers).
|
||||||
To obtain a token, simply create a bot for your application.
|
To obtain a token, simply create a bot for your application.
|
||||||
@@ -269,7 +269,7 @@ of a package.
|
|||||||
|
|
||||||
### OpenCollective
|
### OpenCollective
|
||||||
|
|
||||||
- `OPENCOLLECTIVE_TOKEN` (yml: `opencollective_token`)
|
- `OPENCOLLECTIVE_TOKEN` (yml: `private.opencollective_token`)
|
||||||
|
|
||||||
OpenCollective's GraphQL API only allows 10 reqs/minute for anonymous users.
|
OpenCollective's GraphQL API only allows 10 reqs/minute for anonymous users.
|
||||||
An [API token](https://graphql-docs-v2.opencollective.com/access)
|
An [API token](https://graphql-docs-v2.opencollective.com/access)
|
||||||
@@ -277,7 +277,7 @@ can be provided to access a higher rate limit of 100 reqs/minute.
|
|||||||
|
|
||||||
### Pepy
|
### Pepy
|
||||||
|
|
||||||
- `PEPY_KEY` (yml: `pepy_key`)
|
- `PEPY_KEY` (yml: `private.pepy_key`)
|
||||||
|
|
||||||
The Pepy API requires authentication. To obtain a key,
|
The Pepy API requires authentication. To obtain a key,
|
||||||
Create an account, sign in and obtain generate a key on your
|
Create an account, sign in and obtain generate a key on your
|
||||||
@@ -330,8 +330,8 @@ access to your private nexus repositories.
|
|||||||
|
|
||||||
### Twitch
|
### Twitch
|
||||||
|
|
||||||
- `TWITCH_CLIENT_ID` (yml: `twitch_client_id`)
|
- `TWITCH_CLIENT_ID` (yml: `private.twitch_client_id`)
|
||||||
- `TWITCH_CLIENT_SECRET` (yml: `twitch_client_secret`)
|
- `TWITCH_CLIENT_SECRET` (yml: `private.twitch_client_secret`)
|
||||||
|
|
||||||
Register an application in the [Twitch developer console](https://dev.twitch.tv/console)
|
Register an application in the [Twitch developer console](https://dev.twitch.tv/console)
|
||||||
in order to obtain a client id and a client secret for making Twitch API calls.
|
in order to obtain a client id and a client secret for making Twitch API calls.
|
||||||
|
|||||||
Reference in New Issue
Block a user