gitea/conf
Unknown b2801a2e98 Fix
..
content Completely rule out the cgo
etc modify the file path
gitignore API fix
license Add admin edit user
README.md Fix
app.ini Fix
mysql.sql Add 'IF EXISTS', otherwise an error would show on MySQL that has no
supervisor.ini add supersor sample

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