|
@@ -586,8 +586,17 @@ var config = {
|
586
|
586
|
// Array with avatar URL prefixes that need to use CORS.
|
587
|
587
|
// corsAvatarURLs: [ 'https://www.gravatar.com/avatar/' ],
|
588
|
588
|
|
589
|
|
- // Base URL for a Gravatar-compatible service. Defaults to libravatar.
|
590
|
|
- // gravatarBaseURL: 'https://seccdn.libravatar.org/avatar/',
|
|
589
|
+ // Base URL for a Gravatar-compatible service. Defaults to Gravatar.
|
|
590
|
+ // DEPRECATED! Use `gravatar.baseUrl` instead.
|
|
591
|
+ // gravatarBaseURL: 'https://www.gravatar.com/avatar/',
|
|
592
|
+
|
|
593
|
+ // Setup for Gravatar-compatible services.
|
|
594
|
+ // gravatar: {
|
|
595
|
+ // // Defaults to Gravatar.
|
|
596
|
+ // baseUrl: 'https://www.gravatar.com/avatar/',
|
|
597
|
+ // // True if Gravatar should be disabled.
|
|
598
|
+ // disabled: false
|
|
599
|
+ // },
|
591
|
600
|
|
592
|
601
|
// App name to be displayed in the invitation email subject, as an alternative to
|
593
|
602
|
// interfaceConfig.APP_NAME.
|