mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 01:05:55 +01:00
14 lines
164 B
INI
14 lines
164 B
INI
APP_NAME = Gogs - Go Git Service
|
|
|
|
[server]
|
|
HTTP_ADDR =
|
|
HTTP_PORT = 3000
|
|
|
|
[database]
|
|
DB_TYPE = mysql
|
|
HOST =
|
|
NAME = gogs
|
|
USER = root
|
|
PASSWD =
|
|
PASSWD_jiahua = root
|