mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-15 18:08:23 -07:00
13 lines
143 B
INI
13 lines
143 B
INI
APP_NAME = Gogs - Go Git Service
|
|
|
|
[server]
|
|
HTTP_ADDR =
|
|
HTTP_PORT = 3000
|
|
|
|
[database]
|
|
DB_TYPE = mysql
|
|
HOST =
|
|
NAME = gogs
|
|
USER = root
|
|
PASSWD =
|