Skip to content
Snippets Groups Projects
Commit bf1a75af authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

conf example more complete

parent a3d8871c
No related branches found
No related tags found
No related merge requests found
<?php
#
# Dolibarr example for conf.php file
#
# Do not edit this file without changing its name.
......@@ -9,6 +8,9 @@
# $Id$
###################
# Main parameters #
###################
# dolibarr_main_url_root
# This parameter defines the root URL of your Dolibarr index.php page.
......@@ -123,7 +125,6 @@ $dolibarr_main_db_collation='latin1_swedish_ci';
##################
# Login #
##################
......@@ -157,6 +158,7 @@ $dolibarr_main_authentication='dolibarr';
# $dolibarr_main_auth_ldap_debug='false';
# dolibarr_main_demo
# Login and pass to use in a demo mode
# Default value: 0
# Possible values: 0 or 1
......@@ -169,7 +171,6 @@ $dolibarr_main_authentication='dolibarr';
# Security #
##################
# dolibarr_main_force_https
# This parameter allows to force the HTTPS mode.
# Warning: If you enable this parameter, your web server must be configured
......@@ -189,14 +190,8 @@ $dolibarr_main_force_https='0';
# Possible values: 0 or 1
# Examples:
# $dolibarr_nocsrfcheck='0';
#
##################
# Other #
##################
# dolibarr_main_prod
# When this parameter is defined, all errors messages are not reported.
# This feature exists for production usage to avoid to give any information to hackers.
# Default value: 0
......@@ -205,6 +200,11 @@ $dolibarr_main_force_https='0';
# $dolibarr_main_prod='1';
##################
# Other #
##################
# dolibarr_main_limit_users
# Can set a limit on the number of users it will be possible to create
# (the superadmin not included), can be used for a restricted mode.
......@@ -212,7 +212,6 @@ $dolibarr_main_force_https='0';
# Examples:
# $dolibarr_main_limit_users='0';
# This is an development feature to allow external components to overwrite
# some Dolibarr kernel files to be overwritten by versions provided by
# third parties modules.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment