gitea/conf
2014-06-21 00:51:41 -04:00
..
content
etc modify the file path 2014-05-12 21:13:05 +08:00
gitignore
license
app.ini Fix #165 2014-06-21 00:51:41 -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
README.md Fix #209 2014-05-28 01:53:06 -04:00
supervisor.ini

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/...