summaryrefslogtreecommitdiff
path: root/docs/content/guides/auth/github.md
diff options
context:
space:
mode:
authorYannick Bungers2021-01-14 21:48:58 +0100
committerGitHub2021-01-14 21:48:58 +0100
commitf8757382af059fbbacd9881480a17fbfbebb1d95 (patch)
treec4298fd9595257fee632a732380376573d3a539f /docs/content/guides/auth/github.md
parent3d4f1e163c05b78447b2a8ebe04a160bece11af7 (diff)
parenteaa7a15615425e5d86fd987e8ab8ec72cf781d61 (diff)
Merge pull request #722 from hedgedoc/docs/various-fixes
Diffstat (limited to '')
-rw-r--r--docs/content/guides/auth/github.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/guides/auth/github.md b/docs/content/guides/auth/github.md
index f540a530..72f95450 100644
--- a/docs/content/guides/auth/github.md
+++ b/docs/content/guides/auth/github.md
@@ -17,7 +17,7 @@
6. Add the Client ID and Client Secret to your config.json file or pass them as environment variables
- `config.json`:
- ```js
+ ```json
{
"production": {
"github": {
@@ -29,7 +29,7 @@
```
- environment variables:
- ```sh
+ ```shell
CMD_GITHUB_CLIENTID=3747d30eaccXXXXXXXXX
CMD_GITHUB_CLIENTSECRET=2a8e682948eee0c580XXXXXXXXXXXXXXXXXXXXXX
- ````
+ ```