1
1
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:
Unknown
2014-02-18 17:48:02 -05:00
parent b455478df8
commit 94311e187f
4 changed files with 64 additions and 5 deletions

View File

@@ -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