Changes

m
no edit summary
Line 14: Line 14:  
$dolibarr_main_db_user="dolibarr";
 
$dolibarr_main_db_user="dolibarr";
 
$dolibarr_main_db_pass="";
 
$dolibarr_main_db_pass="";
 +
</source>
    
''' Other options''':
 
''' Other options''':
Line 24: Line 25:  
$dolibarr_main_prod="1"
 
$dolibarr_main_prod="1"
 
</source>
 
</source>
->  
+
-> When this option is added in conf file, no information will be reported by Dolibarr when an internal error occurs. This is to use in a production environment to hide any information to hackers.
    
Dolibarr provide a model of file named '''conf/conf.php.example''' where each parameter is commented.
 
Dolibarr provide a model of file named '''conf/conf.php.example''' where each parameter is commented.