blob: fcfbe9bc2d7af57d723981ff66e5a8beb4ee9f84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
APP_NAME = Gogs: Go Git Service
RUN_USER = lunny
[repository]
ROOT = /Users/lunny/git/gogs-repositories
LANG_IGNS=Google Go
LICENSES=Apache v2 License
[server]
HTTP_ADDR =
HTTP_PORT = 3000
[database]
DB_TYPE = mysql
HOST =
NAME = gogs
USER = root
PASSWD =
[security]
USER_PASSWD_SALT = !#@FDEWREWR&*(
|