diff options
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
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 |