diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-20 00:25:23 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-20 00:25:23 -0400 |
commit | 6c8d630bef3a58860237856c648e56f4b9cea97d (patch) | |
tree | d1e10401573ddf63787e45642a3cb72dfb324351 /conf | |
parent | f147ad619a68440ef6c30d797a8217e687e8d51d (diff) | |
download | gitea-6c8d630bef3a58860237856c648e56f4b9cea97d.tar.gz gitea-6c8d630bef3a58860237856c648e56f4b9cea97d.zip |
Add database log adapter
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index c792c0fb4b..52f0c7ed5a 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -233,5 +233,7 @@ RECEIVERS = ; For "database" mode only [log.database] LEVEL = +; Either "mysql" or "postgres" DRIVER = +; Based on xorm, e.g.: root:root@localhost/gogs?charset=utf8 CONN = |