summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-28 01:53:06 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-28 01:53:06 -0400
commitab13a29cb530457328cf9d3a2511c2db1d5ccaca (patch)
treefae4cca0e4b24f81f7896b8f8dfab909c2e98bc8 /conf
parentff690fd9760e0cfb5ae9e49aecb7a201f7ca8304 (diff)
downloadgitea-ab13a29cb530457328cf9d3a2511c2db1d5ccaca.tar.gz
gitea-ab13a29cb530457328cf9d3a2511c2db1d5ccaca.zip
Fix #209
Diffstat (limited to 'conf')
-rw-r--r--conf/README.md4
-rw-r--r--conf/app.ini1
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/README.md b/conf/README.md
index 96e0eb2210..a20541a93f 100644
--- a/conf/README.md
+++ b/conf/README.md
@@ -4,4 +4,6 @@ This directory only used for development, and us [go-bindata](https://github.com
To apply any change in this directory, install [go-bindata](https://github.com/jteeuwen/go-bindata), and then execute following command in root of source directory:
- $ go-bindata -ignore="\\.DS_Store|README.md" -o modules/bin/conf.go -pkg="bin" conf/... \ No newline at end of file
+```
+$ go-bindata -ignore="\\.DS_Store|README.md" -o modules/bin/conf.go -pkg="bin" conf/...
+``` \ No newline at end of file
diff --git a/conf/app.ini b/conf/app.ini
index 70ca1e737f..1fc88757d8 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -171,6 +171,7 @@ SERVICE = server
DISABLE_GRAVATAR = false
[log]
+ROOT_PATH =
; Either "console", "file", "conn", "smtp" or "database", default is "console"
; Use comma to separate multiple modes, e.g. "console, file"
MODE = console