Fix link to HedgeDoc options.

This commit is contained in:
Adam 2021-03-28 20:00:49 +01:00 committed by GitHub
parent b6d3774a32
commit 3f8ad5351f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ app_setup_block_enabled: true
app_setup_block: |
HedgeDoc web interface can be accessed `http://${IP}:3000/`, if you want to use a custom domain or anything besides port 3000 you will need to leverage their env settings for callbacks: (specifically for CMD_DOMAIN and CMD_URL_ADDPORT)
[Full list of HedgeDoc options](https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration.md)
[Full list of HedgeDoc options](https://docs.hedgedoc.org/configuration/)
For convience we provide a working example using Mysql as a backend in this document, if you do not wish to use our custom environment values or a Mysql database backend feel free to leverage any of the settings laid out in the link above.