2014-03-18 03:03:58 +09:00
|
|
|
# App name that shows on every page title
|
2014-03-04 09:03:08 +09:00
|
|
|
APP_NAME = Gogs: Go Git Service
|
2014-03-18 03:03:58 +09:00
|
|
|
# !!MUST CHANGE TO YOUR USER NAME!!
|
2014-02-25 19:58:55 +09:00
|
|
|
RUN_USER = lunny
|
2014-02-20 15:53:56 +09:00
|
|
|
|
|
|
|
[repository]
|
2014-03-15 13:50:51 +09:00
|
|
|
ROOT = /Users/%(RUN_USER)s/git/gogs-repositories
|
2014-03-18 03:03:58 +09:00
|
|
|
LANG_IGNS=Google Go|C|Python|Ruby|C Sharp
|
|
|
|
LICENSES=Apache v2 License|GPL v2|MIT License|Affero GPL|BSD (3-Clause) License
|
2014-02-13 04:54:09 +09:00
|
|
|
|
|
|
|
[server]
|
2014-03-17 19:13:07 +09:00
|
|
|
DOMAIN = gogits.org
|
2014-02-13 04:54:09 +09:00
|
|
|
HTTP_ADDR =
|
2014-02-19 07:48:02 +09:00
|
|
|
HTTP_PORT = 3000
|
|
|
|
|
|
|
|
[database]
|
2014-03-18 03:03:58 +09:00
|
|
|
# Either "mysql" or "postgres", it's your choice
|
2014-02-19 07:48:02 +09:00
|
|
|
DB_TYPE = mysql
|
|
|
|
HOST =
|
|
|
|
NAME = gogs
|
|
|
|
USER = root
|
2014-03-10 17:55:53 +09:00
|
|
|
PASSWD =
|
2014-03-18 03:03:58 +09:00
|
|
|
# For "postgres" only, either "disable" or "verify-full"
|
|
|
|
SSL_MODE = disable
|
2014-03-07 01:10:35 +09:00
|
|
|
|
|
|
|
[security]
|
2014-03-18 03:03:58 +09:00
|
|
|
# !!CHANGE THIS TO KEEP YOUR USER DATA SAFE!!
|
2014-03-07 01:10:35 +09:00
|
|
|
USER_PASSWD_SALT = !#@FDEWREWR&*(
|