diff options
author | 无闻 <u@gogs.io> | 2015-08-10 11:36:59 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-08-10 11:36:59 +0800 |
commit | 8f2a184e0441d2abb588cd363958e7008065a3ee (patch) | |
tree | 80032f6b465ae060fee5f53ad9bd9931e70ca65a /conf | |
parent | 8a3ee795d2d069bbb57b3d134367078c8e8391d5 (diff) | |
parent | 16f74b62b98a978deb26167888d1881708a84268 (diff) |
Merge pull request #1457 from jqs7/customAvatar
add custom avatar source support
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 8710e3d0..3e6e615a 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 |