Browse Source

Adding APP_DATA_PATH entry to the default app.ini.

tags/v1.2.0-rc1
Rodrigo Saboya 10 years ago
parent
commit
b7cd877910
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      conf/app.ini

+ 2
- 0
conf/app.ini 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"


Loading…
Cancel
Save