mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-02 13:24:17 +00:00
22 lines
340 B
INI
22 lines
340 B
INI
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
|
|
|
|
[security]
|
|
USER_PASSWD_SALT = !#@FDEWREWR&*(
|