conf support mysql port

This commit is contained in:
FuXiaoHei 2014-03-29 13:40:22 +08:00
parent 6e376bb85c
commit d01820c125
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ HTTP_PORT = 3000
[database]
; Either "mysql", "postgres" or "sqlite3"(binary release only), it's your choice
DB_TYPE = mysql
HOST =
HOST = 127.0.0.1:3306
NAME = gogs
USER = root
PASSWD =