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:
@@ -34,7 +34,7 @@
|
||||
8. In your HedgeDoc server, create IdP certificate file from (A)
|
||||
9. Add the IdP URL (B) and the Idp certificate file path to your config.json file or pass them as environment variables.
|
||||
- `config.json`:
|
||||
```javascript
|
||||
```json
|
||||
{
|
||||
"production": {
|
||||
"saml": {
|
||||
@@ -46,7 +46,7 @@
|
||||
```
|
||||
|
||||
- environment variables
|
||||
```sh
|
||||
```shell
|
||||
CMD_SAML_IDPSSOURL=https://*******.onelogin.com/trust/saml2/http-post/sso/******
|
||||
CMD_SAML_IDPCERT=/path/to/idp_cert.pem
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user