mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Merge pull request #266 from SISheogorath/feature/change-cdn-defaults
Update CDN defaults
This commit is contained in:
commit
2a28c832fc
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ these are rarely used for various reasons.
|
|||
| variables | example values | description |
|
||||
| --------- | ------ | ----------- |
|
||||
| `allowGravatar` | `true` or `false` | set to `false` to disable [Libravatar](https://www.libravatar.org/) as profile picture source on your instance. Libravatar is a federated open-source alternative to Gravatar. |
|
||||
| `useCDN` | `true` or `false` | set to use CDN resources or not (default is `true`) |
|
||||
| `useCDN` | `true` or `false` | set to use CDN resources or not (default is `false`) |
|
||||
|
||||
## Users and Privileges
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ module.exports = {
|
|||
reportURI: undefined
|
||||
},
|
||||
protocolUseSSL: false,
|
||||
useCDN: true,
|
||||
useCDN: false,
|
||||
allowAnonymous: true,
|
||||
allowAnonymousEdits: false,
|
||||
allowFreeURL: false,
|
||||
|
|
Loading…
Reference in a new issue