mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 22:33:14 +00:00
22 lines
353 B
INI
22 lines
353 B
INI
APP_NAME = Gogs: Go Git Service
|
|
RUN_USER = lunny
|
|
|
|
[repository]
|
|
ROOT = /Users/%(RUN_USER)s/git/gogs-repositories
|
|
LANG_IGNS=Google Go|C|Python
|
|
LICENSES=Apache v2 License|GPL v2|BSD (3-Clause) License
|
|
|
|
[server]
|
|
HTTP_ADDR =
|
|
HTTP_PORT = 3000
|
|
|
|
[database]
|
|
DB_TYPE = mysql
|
|
HOST =
|
|
NAME = gogs
|
|
USER = root
|
|
PASSWD =
|
|
|
|
[security]
|
|
USER_PASSWD_SALT = !#@FDEWREWR&*(
|