1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 12:38:20 +00:00

Merge branch 'master' of github.com:gogits/gogs

This commit is contained in:
skyblue
2014-03-21 23:36:01 +08:00
13 changed files with 109 additions and 31 deletions

View File

@@ -61,8 +61,14 @@ USER =
PASSWD =
[cache]
; Either "memory", "redis", or "memcache", default is "memory"
ADAPTER = memory
CONFIG =
; For "memory" only, GC interval in seconds, default is 60
INTERVAL = 60
; For "redis" and "memcache", connection host address
; redis: ":6039"
; memcache: "127.0.0.1:11211"
HOST =
[log]
; Either "console", "file", "conn" or "smtp", default is "console"