浏览代码

Add support for using "libravatar" as the GravatarSource

Just to make it easier for administrator to configure libre avatar,
as it is done for "duoshuo" and "gravatar"
tags/v1.0.0
Sandro Santilli 7 年前
父节点
当前提交
608a60fb94
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      modules/setting/setting.go

+ 2
- 0
modules/setting/setting.go 查看文件

@@ -544,6 +544,8 @@ please consider changing to GITEA_CUSTOM`)
GravatarSource = "http://gravatar.duoshuo.com/avatar/"
case "gravatar":
GravatarSource = "https://secure.gravatar.com/avatar/"
case "libravatar":
GravatarSource = "https://seccdn.libravatar.org/avatar/"
default:
GravatarSource = source
}

正在加载...
取消
保存