Merge pull request #266 from SISheogorath/feature/change-cdn-defaults

Update CDN defaults
This commit is contained in:
Sheogorath 2020-02-10 17:34:57 +01:00 committed by GitHub
commit 2a28c832fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ these are rarely used for various reasons.
| variables | example values | description | | 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. | | `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 ## Users and Privileges

View file

@ -28,7 +28,7 @@ module.exports = {
reportURI: undefined reportURI: undefined
}, },
protocolUseSSL: false, protocolUseSSL: false,
useCDN: true, useCDN: false,
allowAnonymous: true, allowAnonymous: true,
allowAnonymousEdits: false, allowAnonymousEdits: false,
allowFreeURL: false, allowFreeURL: false,