forked from mirror/gitea
12 lines
146 B
INI
12 lines
146 B
INI
APP_NAME = Gogs - Go Git Service
|
|
|
|
[server]
|
|
HTTP_ADDR =
|
|
HTTP_PORT = 3000
|
|
|
|
[database]
|
|
DB_TYPE = mysql
|
|
HOST =
|
|
NAME = gogs
|
|
USER = root
|
|
PASSWD = root |