gitea/conf
Unknown ab13a29cb5 Fix #209 2014-05-28 01:53:06 -04:00
..
content Completely rule out the cgo 2014-03-17 11:56:50 -04:00
etc modify the file path 2014-05-12 21:13:05 +08:00
gitignore API fix 2014-04-21 02:24:35 -04:00
license Add admin edit user 2014-03-21 06:15:58 -04:00
README.md Fix #209 2014-05-28 01:53:06 -04:00
app.ini Fix #209 2014-05-28 01:53:06 -04:00
mysql.sql Add 'IF EXISTS', otherwise an error would show on MySQL that has no 2014-05-01 23:58:48 +08:00
supervisor.ini add supersor sample 2014-04-18 21:15:53 +08:00

README.md

NOTICE

This directory only used for development, and us go-bindata to store in memory for releases.

To apply any change in this directory, install 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/...