diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-22 17:59:22 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-22 17:59:22 -0400 |
commit | 7356153ba3c19ff49f3ecfa28bac0b8bb38eccb9 (patch) | |
tree | d6cb7f9a7317eaddc981708e2a104020370e66d7 /conf | |
parent | cb52f6d07d62925a31185fedf591d0241ee2bf63 (diff) | |
download | gitea-7356153ba3c19ff49f3ecfa28bac0b8bb38eccb9.tar.gz gitea-7356153ba3c19ff49f3ecfa28bac0b8bb38eccb9.zip |
Batch updates
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini index 7f283012fd..b051557f41 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -107,7 +107,7 @@ SERVICE = server PATH = data/pictures [log] -; Either "console", "file", "conn" or "smtp", default is "console" +; Either "console", "file", "conn", "smtp" or "database", default is "console" MODE = console ; Buffer length of channel, keep it as it is if you don't know what it is. BUFFER_LEN = 10000 @@ -156,4 +156,10 @@ HOST = USER = PASSWD = ; Receivers, can be one or more, e.g. ["1@example.com","2@example.com"] -RECEIVERS =
\ No newline at end of file +RECEIVERS = + +; For "database" mode only +[log.database] +LEVEL = +Driver = +CONN =
\ No newline at end of file |