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