Mise a jour doc
This commit is contained in:
parent
84e793a21d
commit
7c19540367
@ -84,6 +84,7 @@ $dolibarr_main_db_pass="";
|
|||||||
# dolibarr_main_db_type
|
# dolibarr_main_db_type
|
||||||
# This parameter contains the name of the driver used to access your
|
# This parameter contains the name of the driver used to access your
|
||||||
# Dolibarr database.
|
# Dolibarr database.
|
||||||
|
# Default value: none
|
||||||
# Possible values: mysql, mysqli, pgsql
|
# Possible values: mysql, mysqli, pgsql
|
||||||
# Examples:
|
# Examples:
|
||||||
# $dolibarr_main_db_type="mysql;
|
# $dolibarr_main_db_type="mysql;
|
||||||
@ -108,7 +109,7 @@ $character_set_client="ISO-8859-1";
|
|||||||
# dolibarr_main_authentication
|
# dolibarr_main_authentication
|
||||||
# This parameter contains the way authentication is done.
|
# This parameter contains the way authentication is done.
|
||||||
# If value "ldap" is used, you must also set parameters dolibarr_main_auth_ldap_*
|
# If value "ldap" is used, you must also set parameters dolibarr_main_auth_ldap_*
|
||||||
# Default: dolibarr
|
# Default value: dolibarr
|
||||||
# Possible values: http, dolibarr, ldap
|
# Possible values: http, dolibarr, ldap
|
||||||
# Examples:
|
# Examples:
|
||||||
# $dolibarr_main_authentication="http";
|
# $dolibarr_main_authentication="http";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user