123456789101112131415161718192021 |
- APP_NAME = Gogs: Go Git Service
- RUN_USER = lunny
- [repository]
- ROOT = /Users/lunny/git/gogs-repositories
- LANG_IGNS=Google Go|C
- LICENSES=Apache v2 License|BSD (3-Clause) License
- [server]
- HTTP_ADDR =
- HTTP_PORT = 3000
- [database]
- DB_TYPE = mysql
- HOST =
- NAME = gogs
- USER = root
- PASSWD =
- [security]
- USER_PASSWD_SALT = !#@FDEWREWR&*(
|