mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-19 07:51:29 +01:00
59 lines
1.3 KiB
Plaintext
59 lines
1.3 KiB
Plaintext
<!-- $Id$ -->
|
|
<!-- $Source$ -->
|
|
<chapt id="config">Configuration
|
|
|
|
<sect id="config-conf">Fichier de configuration
|
|
|
|
<p>
|
|
Le fichier de configuration de Dolibarr est
|
|
<file>conf/conf.php</file> il est écrit par /install.php
|
|
<p>
|
|
<p>
|
|
Le contenu du fichier standard est :
|
|
|
|
<example>
|
|
$dolibarr_main_document_root="/spare/home/www/dolibarr/dolibarr/htdocs";
|
|
$dolibarr_main_url_root="http://dolibarr.lafrere.lan";
|
|
$dolibarr_main_db_host="localhost";
|
|
$dolibarr_main_db_name="dolibarr";
|
|
$dolibarr_main_db_user="dolibarr";
|
|
$dolibarr_main_db_pass="";
|
|
</example>
|
|
|
|
</p>
|
|
|
|
<sect1 id="config-sup">Paramètres optionnels supplémentaires
|
|
<p>
|
|
Vous pouvez ajouter le paramètre supplémentaire optionnel :
|
|
<example>
|
|
$dolibarr_auto_user="demo";
|
|
</example>
|
|
|
|
Si vous souhaitez utiliser Dolibarr en mono-utilisateur, il
|
|
faut quand même que cet utilisateur existe dans la base de
|
|
données.
|
|
</p>
|
|
</sect1>
|
|
|
|
</sect>
|
|
|
|
|
|
</chapt>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:nil
|
|
sgml-shorttag:t
|
|
sgml-namecase-general:t
|
|
sgml-general-insert-case:lower
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:2
|
|
sgml-indent-data:t
|
|
sgml-parent-document:("dolibarr-dev.sgml" "book" "chapt")
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|