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