bench-forgejo/conf/app.ini

12 lines
146 B
INI
Raw Normal View History

2014-02-15 06:44:22 +05:30
APP_NAME = Gogs - Go Git Service
2014-02-13 01:24:09 +05:30
[server]
HTTP_ADDR =
2014-02-19 04:18:02 +05:30
HTTP_PORT = 3000
[database]
DB_TYPE = mysql
HOST =
NAME = gogs
USER = root
PASSWD = root