aboutsummaryrefslogtreecommitdiffstats
path: root/conf/app.ini
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-14 23:14:55 -0500
committerUnknwon <u@gogs.io>2016-02-14 23:14:55 -0500
commit58e004f7da58eaa8c461e34cc2fbbb9727f6fa33 (patch)
treed2b16690a4d19917530fe522271f3121683eb074 /conf/app.ini
parentfd92d91da3212f609ed6266fed7ac4b9f238f771 (diff)
downloadgitea-58e004f7da58eaa8c461e34cc2fbbb9727f6fa33.tar.gz
gitea-58e004f7da58eaa8c461e34cc2fbbb9727f6fa33.zip
Remove cache avatar support and add its tests
Diffstat (limited to 'conf/app.ini')
-rw-r--r--conf/app.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 8b19e725e6..277f313d52 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -120,8 +120,6 @@ REGISTER_EMAIL_CONFIRM = false
DISABLE_REGISTRATION = false
; User must sign in to view anything.
REQUIRE_SIGNIN_VIEW = false
-; Cache avatar as picture
-ENABLE_CACHE_AVATAR = false
; Mail notification
ENABLE_NOTIFY_MAIL = false
; More detail: https://github.com/gogits/gogs/issues/165