1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 04:28:21 +00:00

Merge pull request #2796 from saboya/custom_app_data_path

Making AppDataPath customizable.
This commit is contained in:
Unknwon
2016-03-12 13:53:37 -05:00
2 changed files with 4 additions and 1 deletions

View File

@@ -93,6 +93,8 @@ KEY_FILE = custom/https/key.pem
; Upper level of template and static file path
; default is the path where Gogs is executed
STATIC_ROOT_PATH =
; Default path for App data
APP_DATA_PATH = data
; Application level GZIP support
ENABLE_GZIP = false
; Landing page for non-logged users, can be "home" or "explore"