aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Saboya <saboya@gmail.com>2016-03-09 23:16:43 -0300
committerRodrigo Saboya <saboya@gmail.com>2016-03-09 23:16:43 -0300
commit2c626371b0f8240827f0450e69afca99d209eb4d (patch)
treecc8ce565ec1e81d7e1086c44f0b8554fdcf8b686
parent3cacec916308a350b2c801129f550d46c28dfd49 (diff)
downloadgitea-2c626371b0f8240827f0450e69afca99d209eb4d.tar.gz
gitea-2c626371b0f8240827f0450e69afca99d209eb4d.zip
Adding APP_DATA_PATH entry to the default app.ini.
-rw-r--r--conf/app.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini
index ed864f2695..419e25ea7f 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -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"