1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 20:48:20 +00:00
This commit is contained in:
Unknown
2014-05-28 01:53:06 -04:00
parent ff690fd976
commit ab13a29cb5
13 changed files with 71 additions and 59 deletions

View File

@@ -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/...
```
$ go-bindata -ignore="\\.DS_Store|README.md" -o modules/bin/conf.go -pkg="bin" conf/...
```

View File

@@ -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