mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 12:38:20 +00: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