blob: 3d4a259327c5d06a7da550389d5f0146e5faf1fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
APP_NAME = Gogs: Go Git Service
RUN_USER = lunny
[repository]
ROOT = /Users/lunny/git/gogs-repositories
ROOT_jiahuachen = /Users/jiahuachen/git/gogs-repositories
[server]
HTTP_ADDR =
HTTP_PORT = 3000
[database]
DB_TYPE = mysql
HOST =
NAME = gogs
USER = root
PASSWD =
PASSWD_jiahua = root
|