mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-31 21:12:51 +09:00
Finish register user
This commit is contained in:
@ -2,4 +2,11 @@ APP_NAME = Gogs - Go Git Service
|
||||
|
||||
[server]
|
||||
HTTP_ADDR =
|
||||
HTTP_PORT = 3000
|
||||
HTTP_PORT = 3000
|
||||
|
||||
[database]
|
||||
DB_TYPE = mysql
|
||||
HOST =
|
||||
NAME = gogs
|
||||
USER = root
|
||||
PASSWD = root
|
Reference in New Issue
Block a user