aboutsummaryrefslogtreecommitdiffstats
path: root/conf/app.ini
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-07 11:01:47 -0700
committerUnknwon <u@gogs.io>2016-08-07 11:01:47 -0700
commit99385db0c418fb49838eb1a23f391cf826d99202 (patch)
tree9c8fe94489becb5a1909d07156cbb8ed81f69d2f /conf/app.ini
parent90dd0657b564210746c9c494c8c5b07dd8eee91f (diff)
downloadgitea-99385db0c418fb49838eb1a23f391cf826d99202.tar.gz
gitea-99385db0c418fb49838eb1a23f391cf826d99202.zip
#3320 code cleanup
Diffstat (limited to 'conf/app.ini')
-rw-r--r--conf/app.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini
index e46436e65d..ba7c22ec17 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -229,9 +229,11 @@ AVATAR_UPLOAD_PATH = data/avatars
; Chinese users can choose "duoshuo"
; or a custom avatar source, like: http://cn.gravatar.com/avatar/
GRAVATAR_SOURCE = gravatar
+; This value will be forced to be true in offline mode.
DISABLE_GRAVATAR = false
; Federated avatar lookup uses DNS to discover avatar associated
; with emails, see http://www.libravatar.org
+; This value will be forced to be false in offline mode or Gravatar is disbaled.
ENABLE_FEDERATED_AVATAR = false
[attachment]