From 54d25c13d7a5f52d44680626c45d84d0193091a0 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 24 Nov 2014 18:47:59 -0500 Subject: Fix #543 --- conf/app.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/app.ini b/conf/app.ini index 6374c2423f..e0620f31d6 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -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 -- cgit v1.2.3