diff options
author | Jqs7 <7@jqs7.com> | 2015-08-10 08:44:43 +0800 |
---|---|---|
committer | Jqs7 <7@jqs7.com> | 2015-08-10 09:46:42 +0800 |
commit | 16f74b62b98a978deb26167888d1881708a84268 (patch) | |
tree | 68fef6ed1cd44f44f9866824efaea8e502ed17ce /conf | |
parent | aede5cdb04fdbf74d9c602062fdece9f408e90f4 (diff) | |
download | gitea-16f74b62b98a978deb26167888d1881708a84268.tar.gz gitea-16f74b62b98a978deb26167888d1881708a84268.zip |
custom avatar source
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index 8710e3d01b..3e6e615a55 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -198,6 +198,7 @@ SESSION_LIFE_TIME = 86400 SERVICE = server AVATAR_UPLOAD_PATH = data/avatars ; Chinese users can choose "duoshuo" +; or a custom avatar source, like: http://cn.gravatar.com/avatar/ GRAVATAR_SOURCE = gravatar DISABLE_GRAVATAR = false @@ -317,4 +318,4 @@ bg-BG = bg it-IT = it [other] -SHOW_FOOTER_BRANDING = false
\ No newline at end of file +SHOW_FOOTER_BRANDING = false |