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