diff --git a/config/config.ini b/config/config.ini index e90af62..fe1e657 100644 --- a/config/config.ini +++ b/config/config.ini @@ -50,6 +50,15 @@ sslEnabled = default ; rootUrl = default +; Whether the platform supports PATH_INFO or not. Currently defaults to +; true, but later will attempt to determine somehow. +pathInfoSupport = default + +; Where to look for binaries on your system. This defaults to the path +; set for your web server, which works well for Unix-like systems, but +; may need some changing for Windows systems. +execSearchPath = default + [ui] ; add the logo of your company to the site's appearance. ; this logo MUST be 50px tall, and on a white background. @@ -64,11 +73,6 @@ companyLogoTitle = ACME Corporation ; want to mess with these ; ---------------------------------------------------------------- -[auth] -; Change this to reflect the authentication method you are using -; valid choices are: DBAuthenticator, LDAPAuthenticator -authenticationClass = DBAuthenticator - [i18n] ; Default language for the interface defaultLanguage = en @@ -109,3 +113,9 @@ uiUrl = ${rootUrl}/presentation/lookAndFeel/knowledgeTree ; session timeout (in seconds) sessionTimeout = 1200 +[import] +; unzip command - will use execSearchPath to find if the path to the +; binary is not given +unzip = unzip + +