conf example more complete
This commit is contained in:
parent
a3d8871c0b
commit
bf1a75afd2
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
#
|
|
||||||
# Dolibarr example for conf.php file
|
# Dolibarr example for conf.php file
|
||||||
#
|
#
|
||||||
# Do not edit this file without changing its name.
|
# Do not edit this file without changing its name.
|
||||||
@ -9,6 +8,9 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
|
|
||||||
|
###################
|
||||||
|
# Main parameters #
|
||||||
|
###################
|
||||||
|
|
||||||
# dolibarr_main_url_root
|
# dolibarr_main_url_root
|
||||||
# This parameter defines the root URL of your Dolibarr index.php page.
|
# This parameter defines the root URL of your Dolibarr index.php page.
|
||||||
@ -123,7 +125,6 @@ $dolibarr_main_db_collation='latin1_swedish_ci';
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# Login #
|
# Login #
|
||||||
##################
|
##################
|
||||||
@ -157,6 +158,7 @@ $dolibarr_main_authentication='dolibarr';
|
|||||||
# $dolibarr_main_auth_ldap_debug='false';
|
# $dolibarr_main_auth_ldap_debug='false';
|
||||||
|
|
||||||
|
|
||||||
|
# dolibarr_main_demo
|
||||||
# Login and pass to use in a demo mode
|
# Login and pass to use in a demo mode
|
||||||
# Default value: 0
|
# Default value: 0
|
||||||
# Possible values: 0 or 1
|
# Possible values: 0 or 1
|
||||||
@ -169,7 +171,6 @@ $dolibarr_main_authentication='dolibarr';
|
|||||||
# Security #
|
# Security #
|
||||||
##################
|
##################
|
||||||
|
|
||||||
|
|
||||||
# dolibarr_main_force_https
|
# dolibarr_main_force_https
|
||||||
# This parameter allows to force the HTTPS mode.
|
# This parameter allows to force the HTTPS mode.
|
||||||
# Warning: If you enable this parameter, your web server must be configured
|
# 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
|
# Possible values: 0 or 1
|
||||||
# Examples:
|
# Examples:
|
||||||
# $dolibarr_nocsrfcheck='0';
|
# $dolibarr_nocsrfcheck='0';
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
##################
|
|
||||||
# Other #
|
|
||||||
##################
|
|
||||||
|
|
||||||
|
|
||||||
|
# dolibarr_main_prod
|
||||||
# When this parameter is defined, all errors messages are not reported.
|
# 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.
|
# This feature exists for production usage to avoid to give any information to hackers.
|
||||||
# Default value: 0
|
# Default value: 0
|
||||||
@ -205,6 +200,11 @@ $dolibarr_main_force_https='0';
|
|||||||
# $dolibarr_main_prod='1';
|
# $dolibarr_main_prod='1';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
##################
|
||||||
|
# Other #
|
||||||
|
##################
|
||||||
|
|
||||||
# dolibarr_main_limit_users
|
# dolibarr_main_limit_users
|
||||||
# Can set a limit on the number of users it will be possible to create
|
# 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.
|
# (the superadmin not included), can be used for a restricted mode.
|
||||||
@ -212,7 +212,6 @@ $dolibarr_main_force_https='0';
|
|||||||
# Examples:
|
# Examples:
|
||||||
# $dolibarr_main_limit_users='0';
|
# $dolibarr_main_limit_users='0';
|
||||||
|
|
||||||
|
|
||||||
# This is an development feature to allow external components to overwrite
|
# This is an development feature to allow external components to overwrite
|
||||||
# some Dolibarr kernel files to be overwritten by versions provided by
|
# some Dolibarr kernel files to be overwritten by versions provided by
|
||||||
# third parties modules.
|
# third parties modules.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user