2014-03-18 11:03:53 +05:30
|
|
|
; App name that shows on every page title
|
2014-03-04 05:33:08 +05:30
|
|
|
APP_NAME = Gogs: Go Git Service
|
2014-03-18 11:03:53 +05:30
|
|
|
; !!MUST CHANGE TO YOUR USER NAME!!
|
2014-02-25 16:28:55 +05:30
|
|
|
RUN_USER = lunny
|
2014-03-18 11:03:53 +05:30
|
|
|
; Either "dev", "prod" or "test", based on martini
|
|
|
|
RUN_MODE = dev
|
2014-02-20 12:23:56 +05:30
|
|
|
|
|
|
|
[repository]
|
2014-03-15 10:20:51 +05:30
|
|
|
ROOT = /Users/%(RUN_USER)s/git/gogs-repositories
|
2014-03-18 11:03:53 +05:30
|
|
|
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 01:24:09 +05:30
|
|
|
|
|
|
|
[server]
|
2014-03-17 15:43:07 +05:30
|
|
|
DOMAIN = gogits.org
|
2014-02-13 01:24:09 +05:30
|
|
|
HTTP_ADDR =
|
2014-02-19 04:18:02 +05:30
|
|
|
HTTP_PORT = 3000
|
|
|
|
|
|
|
|
[database]
|
2014-03-18 11:03:53 +05:30
|
|
|
; Either "mysql" or "postgres", it's your choice
|
2014-02-19 04:18:02 +05:30
|
|
|
DB_TYPE = mysql
|
|
|
|
HOST =
|
|
|
|
NAME = gogs
|
|
|
|
USER = root
|
2014-03-10 14:25:53 +05:30
|
|
|
PASSWD =
|
2014-03-18 11:03:53 +05:30
|
|
|
; For "postgres" only, either "disable", "require" or "verify-full"
|
2014-03-17 23:33:58 +05:30
|
|
|
SSL_MODE = disable
|
2014-03-06 21:40:35 +05:30
|
|
|
|
|
|
|
[security]
|
2014-03-18 11:03:53 +05:30
|
|
|
; !!CHANGE THIS TO KEEP YOUR USER DATA SAFE!!
|
2014-03-06 21:40:35 +05:30
|
|
|
USER_PASSWD_SALT = !#@FDEWREWR&*(
|
2014-03-18 11:03:53 +05:30
|
|
|
|
|
|
|
[mailer]
|
2014-03-18 13:49:10 +05:30
|
|
|
ENABLED = false
|
2014-03-18 11:03:53 +05:30
|
|
|
; Name displayed in mail title
|
|
|
|
NAME = %(APP_NAME)s
|
|
|
|
; Mail server
|
|
|
|
HOST =
|
|
|
|
; Mailer user name and password
|
|
|
|
USER =
|
|
|
|
PASSWD =
|