aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-07 19:39:26 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-07 19:39:26 -0400
commitf8977f4847b8df9feec1bb5913f75401d79db876 (patch)
tree1419364509b0f53c2294fa9dbdeffb7770762033 /conf
parente79e4b158090bf7c5dd86ac21cd0dbf44fbc82bd (diff)
downloadgitea-f8977f4847b8df9feec1bb5913f75401d79db876.tar.gz
gitea-f8977f4847b8df9feec1bb5913f75401d79db876.zip
Organization level webhooks
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini
index c646160e50..3e7e191c30 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -29,7 +29,7 @@ KEY_FILE = custom/https/key.pem
; default is the path where Gogs is executed
STATIC_ROOT_PATH =
; Application level GZIP support
-ENABLE_GZIP = false
+#ENABLE_GZIP = false
[database]
; Either "mysql", "postgres" or "sqlite3", it's your choice