1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 20:48:20 +00:00
This commit is contained in:
Unknwon
2014-11-24 18:47:59 -05:00
parent 23d53561d1
commit 54d25c13d7
3 changed files with 23 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ KEY_FILE = custom/https/key.pem
STATIC_ROOT_PATH =
; Application level GZIP support
ENABLE_GZIP = false
; Landing page for non-logged users, can be "home" or "explore"
LANDING_PAGE = home
[database]
; Either "mysql", "postgres" or "sqlite3", it's your choice