diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-01 21:30:04 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-01 21:30:04 -0400 |
commit | e7d8fadb083451c632af43de862eab88adb5b29a (patch) | |
tree | 25e4b39d2c43edcd3aa0b2686c4fede2264c236a /conf | |
parent | 3bd5fc6d6f5e1a04acf93929808f982417031e2e (diff) | |
download | gitea-e7d8fadb083451c632af43de862eab88adb5b29a.tar.gz gitea-e7d8fadb083451c632af43de862eab88adb5b29a.zip |
Add disable gravatar option
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 789f357fa9..77b8086113 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -166,6 +166,7 @@ SESSION_ID_HASHKEY = [picture] ; The place to picture data, either "server" or "qiniu", default is "server" SERVICE = server +DISABLE_GRAVATAR = false [log] ; Either "console", "file", "conn", "smtp" or "database", default is "console" |