mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 20:48:20 +00:00
conf support mysql port
This commit is contained in:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user