mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Docs: Unify code block languages
Use `yaml` for Dockerfiles, `shell` for environment variables and `json` for our config file. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
877bc26078
commit
80d8cc79f6
10 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
````
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue