You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/conf
Justin Nuß 4617bef895 WIP: Allow attachments for comments 10 years ago
..
content Completely rule out the cgo 10 years ago
etc modify the file path 10 years ago
gitignore API fix 10 years ago
license Add admin edit user 10 years ago
README.md Fix #209 10 years ago
app.ini WIP: Allow attachments for comments 10 years ago
mysql.sql Add 'IF EXISTS', otherwise an error would show on MySQL that has no 10 years ago
supervisor.ini add supersor sample 10 years ago

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