mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -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
|
@ -24,7 +24,7 @@
|
|||
|
||||
7. Add your Consumer Key and Consumer Secret to your `config.json` file or pass them as environment variables:
|
||||
- `config.json`:
|
||||
```javascript
|
||||
```json
|
||||
{
|
||||
"production": {
|
||||
"twitter": {
|
||||
|
@ -36,7 +36,7 @@
|
|||
```
|
||||
|
||||
- environment variables:
|
||||
```sh
|
||||
```shell
|
||||
CMD_TWITTER_CONSUMERKEY=esTCJFXXXXXXXXXXXXXXXXXXX
|
||||
CMD_TWITTER_CONSUMERSECRET=zpCs4tU86pRVXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue