2014-03-04 00:03:08 +00:00
|
|
|
APP_NAME = Gogs: Go Git Service
|
2014-02-25 10:58:55 +00:00
|
|
|
RUN_USER = lunny
|
2014-02-20 06:53:56 +00:00
|
|
|
|
|
|
|
[repository]
|
2014-03-15 04:50:51 +00:00
|
|
|
ROOT = /Users/%(RUN_USER)s/git/gogs-repositories
|
2014-03-16 09:24:13 +00:00
|
|
|
LANG_IGNS=Google Go|C|Python|Ruby
|
|
|
|
LICENSES=Apache v2 License|GPL v2|MIT License|BSD (3-Clause) License
|
2014-02-12 19:54:09 +00:00
|
|
|
|
|
|
|
[server]
|
|
|
|
HTTP_ADDR =
|
2014-02-18 22:48:02 +00:00
|
|
|
HTTP_PORT = 3000
|
|
|
|
|
|
|
|
[database]
|
|
|
|
DB_TYPE = mysql
|
|
|
|
HOST =
|
|
|
|
NAME = gogs
|
|
|
|
USER = root
|
2014-03-10 08:55:53 +00:00
|
|
|
PASSWD =
|
2014-03-06 16:10:35 +00:00
|
|
|
|
|
|
|
[security]
|
|
|
|
USER_PASSWD_SALT = !#@FDEWREWR&*(
|