* Application name: PhpCollab
* Path by root: ../includes/settings.php
* File auto-generated @ 2021-10-11 05:34am
* For more information about this file, visit:
* https://github.com/phpcollab/phpcollab/wiki/Settings
# Options: (default) online | offline
$installationType = "online";
# select database application
# Options: mysql | postgresql | sqlserver
define("MYSERVER", "[[softdbhost]]");
define("MYLOGIN", "[[softdbuser]]");
define("MYPASSWORD", "[[softdbpass]]");
define("MYDATABASE", "[[softdb]]");
# Option: (default) mail | smtp
$notificationMethod = "mail";
if ($notificationMethod === "smtp") {
define("SMTPSERVER", "");
define("SMTPPASSWORD", "");
# Options: (default) PHP | FTP
# note: only needed if the mkdirMethod is set to FTP
if ($mkdirMethod === "FTP") {
# PhpCollab root according to ftp account
# note: No slash at the end
define("FTPPASSWORD", "");
$enableInvoicing = false;
define("THEME", "default");
# if 1 the admin logs in his homepage
# timezone GMT management
$langDefault = "[[language]]";
# Mantis bug tracking parameters
if ($enableMantis === true) {
# Mantis installation directory
# note: add a slash at the end
# https related parameters
$pathToOpenssl = "/usr/bin/openssl";
# login method, set to "CRYPT"
# Options: (default) crypt | plain | md5
# It is highly recommended to NOT use MD5 or PLAIN
$configLDAP["ldapserver"] = "";
$configLDAP["searchroot"] = "";
# note: no slash at the end
# file management parameters
# Size in bytes for uploads
# note: no slash at the end
# security issue to disallow php files upload
$showHomeBookmarks = true;
$showHomeProjects = true;
$showHomeSubtasks = true;
$showHomeDiscussions = true;
$showHomeNewsdesk = true;
# security issue to disallow auto-login from external link
$tablePrefix = "[[dbprefix]]";
$tableCollab["assignments"] = "[[dbprefix]]assignments";
$tableCollab["calendar"] = "[[dbprefix]]calendar";
$tableCollab["files"] = "[[dbprefix]]files";
$tableCollab["logs"] = "[[dbprefix]]logs";
$tableCollab["members"] = "[[dbprefix]]members";
$tableCollab["notes"] = "[[dbprefix]]notes";
$tableCollab["notifications"] = "[[dbprefix]]notifications";
$tableCollab["organizations"] = "[[dbprefix]]organizations";
$tableCollab["posts"] = "[[dbprefix]]posts";
$tableCollab["projects"] = "[[dbprefix]]projects";
$tableCollab["reports"] = "[[dbprefix]]reports";
$tableCollab["sorting"] = "[[dbprefix]]sorting";
$tableCollab["tasks"] = "[[dbprefix]]tasks";
$tableCollab["teams"] = "[[dbprefix]]teams";
$tableCollab["topics"] = "[[dbprefix]]topics";
$tableCollab["phases"] = "[[dbprefix]]phases";
$tableCollab["support_requests"] = "[[dbprefix]]support_requests";
$tableCollab["support_posts"] = "[[dbprefix]]support_posts";
$tableCollab["subtasks"] = "[[dbprefix]]subtasks";
$tableCollab["updates"] = "[[dbprefix]]updates";
$tableCollab["bookmarks"] = "[[dbprefix]]bookmarks";
$tableCollab["bookmarks_categories"] = "[[dbprefix]]bookmarks_categories";
$tableCollab["invoices"] = "[[dbprefix]]invoices";
$tableCollab["invoices_items"] = "[[dbprefix]]invoices_items";
$tableCollab["services"] = "[[dbprefix]]services";
$tableCollab["newsdeskcomments"] = "[[dbprefix]]newsdeskcomments";
$tableCollab["newsdeskposts"] = "[[dbprefix]]newsdeskposts";
$urlContact = "https://www.sourceforge.net/projects/phpcollab";
# filter to see only logged user clients (in team / owner)
# filter to see only logged user projects (in team / owner)
# Enable help center support requests
$enableHelpSupport = true;
# Return email address given for clients to respond too.
# Options: (default) team | admin
# If team is selected, a notification will be sent to everyone in the team when a new request is added
# enable the redirection to the last visited page, EXPERIMENTAL DO NOT USE IT
$lastvisitedpage = false;
# auto-publish tasks added from client site?
$autoPublishTasks = false;
$siteTitle = "phpCollab";
$setDescription = "Groupware module. Manage web projects with team collaboration, users management, tasks and projects tracking, files approval tracking, project sites clients access, customer relationship management (Php / Mysql, PostgreSQL or Sql Server).";
$setKeywords = "PhpCollab, phpcollab.com, Sourceforge, management, web, projects, tasks, organizations, reports, Php, MySql, Sql Server, mssql, Microsoft Sql Server, PostgreSQL, module, application, module, file management, project site, team collaboration, free, crm, CRM, cutomer relationship management, workflow, workgroup";
* Authentication Settings
'timeBetweenAttempts' => 15,
* DO NOT Change these on a Production server unless you know what you are doing.
* Refer to: https://phpcollab.com/debugging for more information
# enable development bar in footer